- 21 Sep, 2006 1 commit
-
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20809
-
- 20 Sep, 2006 5 commits
-
-
unknown authored
bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,: Updated reslt file mysql-test/r/rpl_ndb_dd_advance.result: bug#20073 information_schema.FILES for UNDO LOG give incorrect EXTENT_SIZE, FREE_EXTENTS,: Updated result file
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
Bug#18976 CRBR: multiple binlog, second binlog may miss schema log events:Change test back to verify again
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20809 client/mysqldump.c: Auto merged
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20073
-
- 19 Sep, 2006 5 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug20073 client/mysqldump.c: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
We were not parsing the EXTRA field to get UNDO_BUFFER_SIZE for the CREATE LOGFILE GROUP statement in the dump. client/mysqldump.c: parse the EXTRA field of INFORMATION_SCHEMA.FILES to determine the UNDO_BUFFER_SIZE
-
- 18 Sep, 2006 8 commits
-
-
unknown authored
Change things around so that we add a row for each log file group that lists the free space for that log file group. client/mysqldump.c: dump logfile groups correctly (ignore row for the log file group itself) mysql-test/r/ndb_dd_dump.result: update results with new row for log file groups sql/ha_ndbcluster.cc: for fill_files_table: - set null bits properly - add rows for log file groups with free undo space. sql/sql_show.cc: make most I_S.FILES columns nullable to better fit with reality.
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb mysql-test/t/ndb_multi.test: Auto merged
-
unknown authored
Bug #21378 Alter table from X storage engine to NDB could cause data loss: added show tables to ensure tables are gone
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb BitKeeper/deleted/.del-ndb_dd_advance.test: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.h: Auto merged
-
unknown authored
-
- 15 Sep, 2006 9 commits
-
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb mysql-test/t/ndb_multi.test: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 mysql-test/r/ndb_condition_pushdown.result: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged mysql-test/r/ndb_multi.result: Merge mysql-test/t/ndb_multi.test: Merge
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.1-maint BitKeeper/etc/ignore: auto-union mysql-test/mysql-test-run.pl: Auto merged sql/Makefile.am: Auto merged sql/mysqld.cc: Auto merged sql/sp_head.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged
-
unknown authored
into mockturtle.local:/home/dlenev/src/mysql-5.1-rt-merge
-
unknown authored
into siva.hindu.god:/usr/home/tim/m/bk/51 sql/sql_parse.cc: Auto merged
-
unknown authored
into ted.mysql.internal:/home/ted/src/mysql/mysql-5.1-new-maint client/mysql_upgrade.c: Auto merged
-
unknown authored
Bug#21011 The [client] group header was overwritten by "password" option in upgrade_defaults file which confused mysqlcheck thus used to prevent the whole thing from running correctly when the "--password=" option is specified on mysql_upgrade command line with no corresponding "--user=" option client/mysql_upgrade.c: The "password" option should be issued after group header to upgrade_defaults file whenever it is used
-
- 14 Sep, 2006 12 commits
-
-
unknown authored
initialized prior to usage as well as deinitialized on shutdown. sql/event_queue.cc: Deinitialize and initialize COND_queue_state
-
unknown authored
storage/archive/ha_archive.cc: Remove dup() call from azdopen(&archive, create_file, ...), as it resulted in a memory leak.
-
unknown authored
into mockturtle.local:/home/dlenev/src/mysql-5.1-rt-merge BitKeeper/etc/ignore: auto-union client/mysqltest.c: Auto merged libmysqld/Makefile.am: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/CMakeLists.txt: Auto merged sql/Makefile.am: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/share/errmsg.txt: Auto merged sql/sql_parse.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into rolltop.ignatz42.dyndns.org:/mnt/storeage/bug21424/my51-bug21424 client/mysqldump.c: Auto merged mysql-test/r/mysqldump.result: Auto merged mysql-test/t/mysqldump.test: Auto merged
-
unknown authored
Bug#21424 mysqldump failing to export/import views. Dumps are created for the tables in each specified database then for the views in each specified database. This bug occurs when any database's views depend on the mysql database's table data while being restored. Added command line option --flush-privileges to the mysqldump utility which causes a FLUSH PRIVILIGES statement to be written to the dump after the mysql database. client/mysqldump.c: When the flush-privileges command line option is specified, make sure to FLUSH PRIVILEGES after only the mysql database's tables' data is restored so that grant tables are current. mysql-test/r/mysqldump.result: Added Results. mysql-test/t/mysqldump.test: Expanded existing test case for bug 21527 to also test for bug 21424. Exercises new --flush-priviliges command line option. Test ignores log tables.
-
unknown authored
into rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.1-maint
-
unknown authored
into rolltop.ignatz42.dyndns.org:/mnt/storeage/bksendmailfix/my51-bksendmailfix BitKeeper/triggers/post-commit: SCCS merged
-
unknown authored
BitKeeper/triggers/post-commit: Attempt to default to /usr/sbin/sendmail if it exists, otherwise use sendmail.
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
unknown authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug21618/my51-bug21618 client/mysql.cc: Manual merge. mysql-test/r/mysql.result: Manual merge. mysql-test/t/mysql.test: Manual merge.
-
unknown authored
5.1.12. sql/event_queue.cc: Temporary workaround to drop the event outside of the scope where LOCK_queue is locked. If it's done inside the scope a possible deadlock can happen, and it happens quite often, escpecially on Windows.
-
unknown authored
Removed replication dependency ndb_dd_alter.test, ndb_dd_alter.result: Added innodb dependency and regenerated result file ndb_dd_sql_features.result: Regenerated result file mysql-test/r/ndb_dd_alter.result: Added innodb dependency and regenerated result file mysql-test/t/ndb_dd_alter.test: Added innodb dependency and regenerated result file mysql-test/r/ndb_dd_sql_features.result: Regenerated result file mysql-test/t/ndb_multi.test: Removed replication dependency
-