1. 30 Aug, 2005 2 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 9a0b0e6d
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      9a0b0e6d
    • unknown's avatar
      ha_blackhole.cc: · 40cfe1e9
      unknown authored
        Found one more missing DBUG_ENTER. compile-pentium-debug-max does not enable blackhole on 4.1!
      
      
      sql/ha_blackhole.cc:
        Found one more missing DBUG_ENTER. compile-pentium-debug-max does not enable blackhole on 4.1!
      40cfe1e9
  2. 29 Aug, 2005 11 commits
    • unknown's avatar
      ha_blackhole.cc: · 358c7f33
      unknown authored
        Added missing DBUG enter, compiled and tested on production with debug-max
        build (my regular build missed the previous errors friday)
      
      Changeset:
       Added missing DBUG_ENTER, compiled and tested on production with debug-max
       build!
      
      
      
      sql/ha_blackhole.cc:
        Added missing DBUG enter, compiled and tested on production with debug-max build (my regular build missed the previous errors friday)
        C
      358c7f33
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · e49ff5ca
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      e49ff5ca
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 36fcc9c6
      unknown authored
      into  frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.1
      
      
      36fcc9c6
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8d0275b3
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      8d0275b3
    • unknown's avatar
    • unknown's avatar
      Bug#12296 - CHECKSUM TABLE reports 0 for the table · ea363750
      unknown authored
      Skipping deleted records instead of breaking the loop
      during checksum calculation.
      
      
      mysql-test/r/myisam.result:
        Bug#12296 - CHECKSUM TABLE reports 0 for the table
        The test result.
      mysql-test/t/myisam.test:
        Bug#12296 - CHECKSUM TABLE reports 0 for the table
        The test case.
      ea363750
    • unknown's avatar
      Bug#11816 - Truncate table doesn't work with temporary innodb tables · 6318e449
      unknown authored
      Handle temporary tables like permanent tables: If the storage engine
      cannot truncate, delete instead.
      
      
      mysql-test/r/innodb.result:
        Bug#11816 - Truncate table doesn't work with temporary innodb tables
        The test result.
      mysql-test/t/innodb.test:
        Bug#11816 - Truncate table doesn't work with temporary innodb tables
        The test case.
      sql/sql_delete.cc:
        Bug#11816 - Truncate table doesn't work with temporary innodb tables
        Handle temporary tables like permanent tables: If the storage engine
        cannot truncate, delete instead.
        Replaced a numeric literal by its symbolic name.
      6318e449
    • unknown's avatar
      Bug#11493 - Alter table rename to default database does not work without db name qualifying · 0f7161b0
      unknown authored
      Supplied the default database name for ALTER TABLE ... RENAME 
      for the new table instead of the old tables db like we do for 
      other ALTERs.
      
      
      mysql-test/r/alter_table.result:
        Bug#11493 - Alter table rename to default database does not work without db name qualifying
        The test result.
      mysql-test/t/alter_table.test:
        Bug#11493 - Alter table rename to default database does not work without db name qualifying
        The test case.
      0f7161b0
    • unknown's avatar
      Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM table · f876fae9
      unknown authored
      Changed end-space comparison so that the key is not used past
      its end. This is due to the new end-space behaviour in 4.1.
      See also bug 6151 and 9188.
      
      
      mysql-test/r/key.result:
        Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM table
        The test result.
      mysql-test/t/key.test:
        Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM table
        The test case.
      f876fae9
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, item.cc: · 593f03d9
      unknown authored
        Bug#12371 executing prepared statement fails (illegal mix of collations)
        After review fixes.
      
      
      sql/item.cc:
        Bug#12371 executing prepared statement fails (illegal mix of collations)
        After review fixes.
      mysql-test/t/ctype_utf8.test:
        Bug#12371 executing prepared statement fails (illegal mix of collations)
        After review fixes.
      mysql-test/r/ctype_utf8.result:
        Bug#12371 executing prepared statement fails (illegal mix of collations)
        After review fixes.
      593f03d9
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 527a9cad
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b12371
      
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      527a9cad
  3. 28 Aug, 2005 5 commits
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0 · 8dd3a7d9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      
      8dd3a7d9
    • unknown's avatar
      Makefile.am: · f658a7a7
      unknown authored
        Make ports configurable from environment for test
      
      
      Makefile.am:
        Make ports configurable from environment for test
      f658a7a7
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · ee4db475
      unknown authored
      into  frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.1
      
      
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      ee4db475
    • unknown's avatar
      set_var.cc: · d7ff622e
      unknown authored
        Reorder out-of-order system variables.
      
      
      sql/set_var.cc:
        Reorder out-of-order system variables.
      d7ff622e
    • unknown's avatar
      mysqld.cc: · 52e3c0a2
      unknown authored
        Reorder out-of-order status variables.
      
      
      sql/mysqld.cc:
        Reorder out-of-order status variables.
      52e3c0a2
  4. 27 Aug, 2005 1 commit
  5. 26 Aug, 2005 3 commits
  6. 25 Aug, 2005 10 commits
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8ec12a86
      unknown authored
      into  a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
      
      
      8ec12a86
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · fc5aff71
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-4.1-push
      
      
      fc5aff71
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-4.1 · 7fafb009
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-4.1-push
      
      
      7fafb009
    • unknown's avatar
      bug#12027 - ndb · 58e57625
      unknown authored
        When detecting corrupt schema file.
        Make sure to close it (as it will be opened later when rewriting a clean copy)
      
      
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        bug#12027 
          When detecting corrupt schema file.
          Make sure to close it (as it will be opened later when rewriting a clean copy)
      58e57625
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4b59ede9
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      4b59ede9
    • unknown's avatar
      config: · 685c9a05
      unknown authored
        changed tomas default checkout
      
      
      BitKeeper/etc/config:
        changed tomas default checkout
      685c9a05
    • unknown's avatar
      Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 · ea09b970
      unknown authored
      into  a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
      
      
      client/mysqlcheck.c:
        Auto merged
      client/mysqlimport.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      extra/my_print_defaults.c:
        Auto merged
      extra/perror.c:
        Auto merged
      extra/resolve_stack_dump.c:
        Auto merged
      include/help_end.h:
        Auto merged
      include/help_start.h:
        Auto merged
      isam/isamchk.c:
        Auto merged
      isam/pack_isam.c:
        Auto merged
      myisam/myisamlog.c:
        Auto merged
      netware/myisamchk.def:
        Auto merged
      netware/mysql.def:
        Auto merged
      netware/mysqladmin.def:
        Auto merged
      netware/mysqlbinlog.def:
        Auto merged
      netware/mysqlcheck.def:
        Auto merged
      netware/mysqldump.def:
        Auto merged
      netware/mysqlimport.def:
        Auto merged
      netware/mysqlshow.def:
        Auto merged
      client/client_priv.h:
        Merged from 4.0.
      client/mysql.cc:
        Merged from 4.0.
      client/mysqladmin.cc:
        Merged from 4.0.
      client/mysqlbinlog.cc:
        Merged from 4.0.
      client/mysqldump.c:
        Merged from 4.0.
      client/mysqlshow.c:
        Merged from 4.0.
      myisam/myisamchk.c:
        Merged from 4.0.
      myisam/myisampack.c:
        Merged from 4.0.
      netware/mysql_test_run.c:
        Merged from 4.0.
      netware/mysqld_safe.c:
        Merged from 4.0.
      sql/mysqld.cc:
        Merged from 4.0.
      ea09b970
    • unknown's avatar
      Add back changes lost in merge · a3277cff
      unknown authored
      (Faster test)
      
      
      mysql-test/t/rpl_drop_db.test:
        Add back changes lost in merge
      a3277cff
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · b91b8235
      unknown authored
      into  mishka.local:/home/my/mysql-4.1
      
      
      b91b8235
    • unknown's avatar
      Remove function that was accidently added back · 0f752763
      unknown authored
      0f752763
  7. 24 Aug, 2005 8 commits
    • unknown's avatar
      merged · 9e796abb
      unknown authored
      9e796abb
    • unknown's avatar
      memroot: trash the memory in free_root() · 961abf79
      unknown authored
      961abf79
    • unknown's avatar
      Several fixes for Netware. · 97dbe8db
      unknown authored
      
      client/client_priv.h:
        Added option auto close for Netware.
      client/mysql.cc:
        Added option auto close for Netware.
      client/mysqladmin.c:
        Added option auto close for Netware.
      client/mysqlbinlog.cc:
        Added option auto close for Netware.
      client/mysqlcheck.c:
        Added option auto close for Netware.
      client/mysqldump.c:
        Added option auto close for Netware.
      client/mysqlimport.c:
        Added option auto close for Netware.
      client/mysqlshow.c:
        Added option auto close for Netware.
      client/mysqltest.c:
        Fixed help messages for Netware.
      extra/my_print_defaults.c:
        Fixed help messages for Netware.
      extra/perror.c:
        Fixed help messages for Netware.
      extra/resolve_stack_dump.c:
        Fixed help messages for Netware.
      include/help_end.h:
        Fixed help messages for Netware.
      include/help_start.h:
        Fixed help messages for Netware.
      isam/isamchk.c:
        Added auto close of window for Netware
      isam/pack_isam.c:
        Added auto close of window for Netware
      myisam/myisamchk.c:
        Added auto close of window for Netware
      myisam/myisamlog.c:
        Added help for Netware.
      myisam/myisampack.c:
        Added auto close for Netware.
      netware/myisamchk.def:
        Scrollable screen patch.
      netware/mysql.def:
        Scrollable screen patch.
      netware/mysql_test_run.c:
        Fixed strindex for Netware.
      netware/mysqladmin.def:
        Scrollable screen patch.
      netware/mysqlbinlog.def:
        Scrollable screen patch.
      netware/mysqlcheck.def:
        Scrollable screen patch.
      netware/mysqld_safe.c:
        Removed debug message for Netware.
      netware/mysqldump.def:
        Scrollable screen patch.
      netware/mysqlimport.def:
        Scrollable screen patch.
      netware/mysqlshow.def:
        Scrollable screen patch.
      sql/mysqld.cc:
        Abnormal end patch when shutting down and volume not ready.
      97dbe8db
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · e0f9b8a8
      unknown authored
      into  mishka.local:/home/my/mysql-4.1
      
      
      e0f9b8a8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 9171169e
      unknown authored
      into  mishka.local:/home/my/mysql-4.1
      
      
      9171169e
    • unknown's avatar
      Review fixes · 7b39b01b
      unknown authored
      
      mysql-test/r/ctype_cp932.result:
        Remove first event to make things portable
      mysql-test/r/rpl_drop_db.result:
        Use 'mysqltest' as database instead of 'd1'
        Made test faster by using longer table names instead of lots of tables
      mysql-test/t/ctype_cp932.test:
        Remove first event to make things portable
      mysql-test/t/rpl_drop_db.test:
        Use 'mysqltest' as database instead of 'd1'
        Made test faster by using longer table names instead of lots of tables
      sql/sql_db.cc:
        Indentation & style fixes
        Simple optimization (remove constant and boolean variable)
      7b39b01b
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-12302 · 2be4560e
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      2be4560e
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 · 23aecc5c
      unknown authored
      into  hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      23aecc5c