1. 31 Aug, 2005 3 commits
    • unknown's avatar
      mtr_timer.pl, mtr_report.pl, mtr_process.pl, mysql-test-run.pl: · 4ce4968b
      unknown authored
        Backporting from 5.0
      
      
      mysql-test/mysql-test-run.pl:
        Backporting from 5.0
      mysql-test/lib/mtr_process.pl:
        Backporting from 5.0
      mysql-test/lib/mtr_report.pl:
        Backporting from 5.0
      mysql-test/lib/mtr_timer.pl:
        Backporting from 5.0
      4ce4968b
    • unknown's avatar
      ha_innodb.cc: · c65bd03f
      unknown authored
        Fix bug #12410 : InnoDB was too permissive with LOCK TABLE ... READ LOCAL, and alowed new inserts to the table; we now make READ LOCAL equivalent to READ for InnoDB; note that this will cause slightly more locking in mysqldump, but makes the InnoDB table dumps consistent with MyISAM table dumps; note that the real code change patch was accidentally pushed with my another patch 5 minutes ago
      
      
      sql/ha_innodb.cc:
        Fix bug #12410 : InnoDB was too permissive with LOCK TABLE ... READ LOCAL, and alowed new inserts to the table; we now make READ LOCAL equivalent to READ for InnoDB; note that this will cause slightly more locking in mysqldump, but makes the InnoDB table dumps consistent with MyISAM table dumps; note that the real code change patch was accidentally pushed with my another patch 5 minutes ago
      c65bd03f
    • unknown's avatar
      ha_innodb.cc: · 2a893e63
      unknown authored
        Fix bug #12852 : do not increment the open handle count to a table if the table does not have an .ibd file and InnoDB decides to return an error from the ::open() function; then the table can be dropped even if the user has tried to open it
      
      
      sql/ha_innodb.cc:
        Fix bug #12852 : do not increment the open handle count to a table if the table does not have an .ibd file and InnoDB decides to return an error from the ::open() function; then the table can be dropped even if the user has tried to open it
      2a893e63
  2. 30 Aug, 2005 17 commits
  3. 29 Aug, 2005 12 commits
    • unknown's avatar
      Added support for delete_all_rows() for archive. This fixes bug #12836. · ebb36eb2
      unknown authored
      
      mysql-test/r/archive.result:
        Update for test case to make sure that TRUNCATE and DELETE function(hah!) as designed.
      mysql-test/t/archive.test:
        Add TRUNCATE and DELETE support.
      sql/examples/ha_archive.cc:
        Added delete_all_rows() support.
      sql/examples/ha_archive.h:
        Added delete_all_rows() support.
      sql/handler.h:
        Added flags for fast delete support for archive and federated.
      ebb36eb2
    • unknown's avatar
      ha_blackhole.cc: · ccd3eeeb
      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
      ccd3eeeb
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 86b9d2eb
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      86b9d2eb
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · d09c4f6e
      unknown authored
      into  frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.1
      
      d09c4f6e
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · c61fa49c
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      c61fa49c
    • unknown's avatar
    • unknown's avatar
      Bug#12296 - CHECKSUM TABLE reports 0 for the table · c32397ce
      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.
      c32397ce
    • unknown's avatar
      Bug#11816 - Truncate table doesn't work with temporary innodb tables · 5c0372f0
      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.
      5c0372f0
    • unknown's avatar
      Bug#11493 - Alter table rename to default database does not work without db name qualifying · 0f89b693
      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.
      0f89b693
    • unknown's avatar
      Bug#12565 - ERROR 1034 when running simple UPDATE or DELETE on large MyISAM table · 641a7a14
      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.
      641a7a14
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, item.cc: · f68520c9
      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.
      f68520c9
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · ead894c1
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b12371
      
      
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      ead894c1
  4. 28 Aug, 2005 5 commits
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0 · 8bfaf9e5
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      8bfaf9e5
    • unknown's avatar
      Makefile.am: · d70125db
      unknown authored
        Make ports configurable from environment for test
      
      
      Makefile.am:
        Make ports configurable from environment for test
      d70125db
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4fca19b3
      unknown authored
      into  frost.snake.net:/Volumes/frost2/MySQL/bk/mysql-4.1
      
      
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      4fca19b3
    • unknown's avatar
      set_var.cc: · dee3b44a
      unknown authored
        Reorder out-of-order system variables.
      
      
      sql/set_var.cc:
        Reorder out-of-order system variables.
      dee3b44a
    • unknown's avatar
      mysqld.cc: · 0ef85172
      unknown authored
        Reorder out-of-order status variables.
      
      
      sql/mysqld.cc:
        Reorder out-of-order status variables.
      0ef85172
  5. 27 Aug, 2005 1 commit
  6. 26 Aug, 2005 2 commits