1. 19 Aug, 2005 5 commits
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4f16ca27
      unknown authored
      into  127.(none):/home/osku/mysql-5.0
      
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      4f16ca27
    • unknown's avatar
      row0sel.c: · dd16ad4e
      unknown authored
        Temporarily remove error print if MySQL tries to do a SELECT even though trx->n_mysql_tables_in_use is 0. We must return the error print when the lock count of cursors is properly implemented (Bug #12456)
      
      
      innobase/row/row0sel.c:
        Temporarily remove error print if MySQL tries to do a SELECT even though trx->n_mysql_tables_in_use is 0. We must return the error print when the lock count of cursors is properly implemented (Bug #12456)
      dd16ad4e
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 429e0abb
      unknown authored
      into lmy004.:/work/mysql-5.0-clean
      
      
      429e0abb
    • unknown's avatar
      test fix for fix of 12591 · fce5427e
      unknown authored
      
      mysql-test/r/innodb.result:
        fix result for fix of 12591
      mysql-test/t/innodb.test:
        fix test for fix of 12591
      fce5427e
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 · adf56c8c
      unknown authored
      into  hundin.mysql.fi:/home/jan/mysql-5.0
      
      
      adf56c8c
  2. 18 Aug, 2005 26 commits
  3. 17 Aug, 2005 9 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