1. 18 Aug, 2005 18 commits
  2. 17 Aug, 2005 12 commits
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 · f90f6541
      unknown authored
      into  mysql.com:/home/alexi/mysql-5.0
      
      
      f90f6541
    • unknown's avatar
      fix for bug #12591 (SHOW TABLES FROM dbname produces wrong error message) · 7370b241
      unknown authored
      
      mysql-test/r/show_check.result:
        results for test for bug #12591
      mysql-test/t/show_check.test:
        test for bug #12591
      sql/sql_show.cc:
        don't let my_dir() emit a message bug catch the errno (my_errno - a thread specific variable) and check it for ENOENT - not existing.
        For other errors emulate the message used to be emitted by my_dir()
      7370b241
    • unknown's avatar
      univ.i: · a397a194
      unknown authored
        Do not use __builtin_expect etc. with the Intel ICC compiler, as the compiler crashed in btr0cur.c; the patch was submitted by Axel Schwenke (Bug #11510)
      
      
      innobase/include/univ.i:
        Do not use __builtin_expect etc. with the Intel ICC compiler, as the compiler crashed in btr0cur.c; the patch was submitted by Axel Schwenke (Bug #11510)
      a397a194
    • unknown's avatar
      Merge mysql.com:/home/alexi/mysql-5.0 · 18025ae9
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.0-1
      
      
      18025ae9
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 94a93c5d
      unknown authored
      into  mysql.com:/home/alexi/mysql-5.0
      
      
      mysql-test/t/select.test:
        Auto merged
      94a93c5d
    • unknown's avatar
      WL#2486 - natural and using join according to SQL:2003 · d33b968f
      unknown authored
      - fixed a problem with RIGHT JOIN ON and enabled corresponding tests in select.test
      - fixed a memory leak
      
      
      mysql-test/r/select.result:
        Fixed a problem with RIGHT JOIN ON queries, enabling the corresponding tests.
      mysql-test/t/select.test:
        Fixed a problem with RIGHT JOIN ON queries, enabling the corresponding tests.
      sql/sql_base.cc:
        Fixed a problem with RIGHT JOINs that have operand(s) which are NATURAL JOIN(s).
      sql/table.h:
        Inherit from Sql_alloc for proper memory allocation.
        The change fixes a memory leak.
      d33b968f
    • unknown's avatar
      Fixed code formatting. · 06ab6b88
      unknown authored
      06ab6b88
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · 307d1daa
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.0-2486
      
      
      sql/sql_base.cc:
        Auto merged
      307d1daa
    • unknown's avatar
      WL#2486 - Process NATURAL and USING joins according to SQL:2003 · 3eac4495
      unknown authored
      - Applied Monty's patch after his review of sql_base.cc
      
      
      sql/sql_base.cc:
        Applied Monty's patch after his review of WL#2486.
      3eac4495
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · f2cc5f25
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      f2cc5f25
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · dd6943e9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      dd6943e9
    • unknown's avatar
      mysql-test-run.pl: · 0f7bb92d
      unknown authored
        Bug#11884: Corrected --start-and-exit, start the server
        as if the default/specified test case would have been run
      
      
      mysql-test/mysql-test-run.pl:
        Bug#11884: Corrected --start-and-exit, start the server
        as if the default/specified test case would have been run
      0f7bb92d
  3. 16 Aug, 2005 10 commits
    • unknown's avatar
      Fix SLEEP() to be interruptable. (Bug #12582) · cbdd54e4
      unknown authored
      
      include/my_global.h:
        Add set_timespec_nsec() for setting higher-resolution time.
      sql/item_func.cc:
        Use pthread_cond_timedwait() for SLEEP() so that it can be killed
        using the normal thread/query-killing code.
      cbdd54e4
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · dfffd467
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      mysql-test/lib/mtr_cases.pl:
        Auto merged
      dfffd467
    • unknown's avatar
      mtr_process.pl: · ee793d03
      unknown authored
        Bug#11792: Check all of status code, to catch a crash as a failure
      mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mtr_process.pl:
        In debug mode, report if mysqladmin did not at least
        make the server stop listening to the port.
        Increased the time waiting for terminating to 20 seconds,
        to wait for really slow slave shutdown.
        Added call to start_reap_all(), to avoid zombies.
      mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      
      
      mysql-test/lib/mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      mysql-test/lib/mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mysql-test/lib/mtr_process.pl:
        Bug#11792: Check all of status code, to catch a crash as a failure
      ee793d03
    • unknown's avatar
      Merge mysql.com:/home/alexi/mysql-5.0 · 3eb66207
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.0-1
      
      
      3eb66207
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 · f792dd0c
      unknown authored
      into  mysql.com:/home/alexi/mysql-5.0
      
      
      mysql-test/t/select.test:
        Auto merged
      f792dd0c
    • unknown's avatar
      information_schema.test: · c1f11183
      unknown authored
        Added a comment line for a test case used for bug #12301.
      information_schema.result:
        Fixed some test cases results (bug #12301).
      sql_show.cc:
        Fixed bug #12301.
        The bug was due to a missing value setting for the NUMERIC_SCALE column
         in the get_schema_column_record() function (sql_show.cc).
      
      
      sql/sql_show.cc:
        Fixed bug #12301.
        The bug was due to a missing value setting for the NUMERIC_SCALE column
         in the get_schema_column_record() function (sql_show.cc).
      mysql-test/r/information_schema.result:
        Fixed some test cases results (bug #12301).
      mysql-test/t/information_schema.test:
        Added a comment line for a test case used for bug #12301.
      c1f11183
    • unknown's avatar
      Merge lmy004.:/work/mysql-5.0-clean · 8fd77a04
      unknown authored
      into lmy004.:/work/mysql-5.0-bug12595
      
      
      8fd77a04
    • unknown's avatar
      after review fix for bug #12595 · c9fe6b9f
      unknown authored
      
      sql/item_cmpfunc.cc:
        remove a line with trailing spaces
      c9fe6b9f
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · ace647d1
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      ndb/tools/Makefile.am:
        Auto merged
      ndb/tools/ndb_config.cpp:
        Auto merged
      ace647d1
    • unknown's avatar
      mtr_process.pl: · 996eb5df
      unknown authored
        Bug#12094: Let sleep_until_file_created() return the pid as intended
      
      
      mysql-test/lib/mtr_process.pl:
        Bug#12094: Let sleep_until_file_created() return the pid as intended
      996eb5df