- 08 Mar, 2006 2 commits
-
-
unknown authored
into mysql.com:/home/bk/w3171-mysql-5.1-new sql/log_event.cc: Auto merged
-
unknown authored
Removed error on seeing table map event when slave is in SBR mode and switching temporarily to RBR mode to replicate the rows. sql/log_event.cc: Settig binlog format to "row" on seeing a table map event. Resetting binlog format on error and seeing STMT_END_F. sql/sql_class.h: Adding method to unconditially set binlog format to "row". mysql-test/r/rpl_rbr_to_sbr.result: New BitKeeper file ``mysql-test/r/rpl_rbr_to_sbr.result'' mysql-test/t/rpl_rbr_to_sbr.test: New BitKeeper file ``mysql-test/t/rpl_rbr_to_sbr.test''
-
- 07 Mar, 2006 25 commits
-
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1 mysql-test/r/partition.result: Auto merged mysql-test/t/partition.test: Auto merged sql/ha_partition.cc: Auto merged sql/sql_partition.cc: Auto merged client/mysqltest.c: Auto merged
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new client/mysqltest.c: Auto merged mysql-test/r/mysqltest.result: Auto merged mysql-test/t/mysqltest.test: Auto merged mysql-test/t/trigger-grant.test: Auto merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1 mysql-test/mysql-test-run.sh: Auto merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.1 client/mysqltest.c: Auto merged libmysql/libmysql.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/binary.result: Auto merged mysql-test/r/federated.result: Auto merged mysql-test/r/func_math.result: Auto merged mysql-test/r/grant.result: Auto merged mysql-test/r/heap.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/r/trigger.result: Auto merged mysql-test/r/type_decimal.result: Auto merged mysql-test/t/binary.test: Auto merged mysql-test/t/federated.test: Auto merged mysql-test/t/mysql.test: Auto merged mysql-test/t/mysqldump.test: Auto merged mysql-test/t/sp.test: Auto merged mysql-test/t/trigger.test: Auto merged sql/field_conv.cc: Auto merged sql/ha_federated.cc: Auto merged sql/ha_federated.h: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_strfunc.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_trigger.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged sql/table.h: Auto merged support-files/mysql.spec.sh: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
Changed product name from "Community Edition" to "Community Server", bug#17970 support-files/mysql.spec.sh: Changed product name from "Community Edition" to "Community Server", bug#17970
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new client/mysqltest.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/t/mysqldump.test: Auto merged
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
unknown authored
into mysql.com:/home/bkroot/mysql-5.1-new
-
unknown authored
client/mysqltest.c: Add call to init_tmp_sh_file
-
unknown authored
into mysql.com:/home/bk/b16228-mysql-5.1-new
-
unknown authored
into mysql.com:/home/bk/b16228-mysql-5.1-new mysql-test/t/disabled.def: Auto merged
-
unknown authored
Transaction aborted on slave should be retries. The OPTION_BEGIN bit was cleared prematurely. Removed dependence of code on value of OPTION_BEGIN bit when executing retries. mysql-test/r/rpl_ndb_basic.result: Result change. mysql-test/t/disabled.def: Enabling test. mysql-test/t/rpl_ndb_basic.test: Changing test to allow checking that slave did not stop. sql/slave.cc: Rolling back transaction before retrying it. Only resetting transaction retries counter on a successful execution or a non-transitional error.
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new support-files/mysql.spec.sh: Auto merged
-
unknown authored
into mysql.com:/home/gluh/MySQL/Merge/5.1-new sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
NULL value handling mysql-test/r/ndb_partition_error.result: Fix for bug#15447 Partitions: NULL is treated as zero test case mysql-test/r/partition.result: Fix for bug#15447 Partitions: NULL is treated as zero test case mysql-test/t/ndb_partition_error.test: Fix for bug#15447 Partitions: NULL is treated as zero test case mysql-test/t/partition.test: Fix for bug#15447 Partitions: NULL is treated as zero test case sql/partition_element.h: Fix for bug#15447 Partitions: NULL is treated as zero added null value flag to partition_element object sql/partition_info.h: Fix for bug#15447 Partitions: NULL is treated as zero added null value flag to partition_info object added has_null partition id variable
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
- free ndb shares at server shutdown - free_table_share at free of ndb_share
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.b17142 sql/table.cc: Auto merged
-
unknown authored
upgrade.result, upgrade.test: Adding test case. table.cc: Don't try to open a table with old-formatted name, if the table name contains "@" character. This is to avoid mixing two different names to each other. Thanks Monty for suggesting this fix. sql/table.cc: Bug#17142 Crash if create with encoded name Don't try to open a table with old-formatted name, if the table name contains "@" character. This is to avoid mixing two different names to each other. mysql-test/t/upgrade.test: Adding test case. mysql-test/r/upgrade.result: Adding test case.
-
unknown authored
-
unknown authored
into mysql.com:/home/bk/fix-mysql-5.1-new
-
unknown authored
Some storage engines does not set the filler bits, so we set them before calling the record-reading functions. sql/log_event.cc: Set the null byte containing filler bits before calling any record- reading functions.
-
unknown authored
client/mysqltest.c: Improve error messages for "inc" and "dec" mysql-test/r/mysqltest.result: Update test result
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
Minor cleanup from Mikael's review sql/ha_partition.cc: minor cleanup of code, returning inside the first if clause and then calling loop_extra if the if clause is not executed.
-
- 06 Mar, 2006 13 commits
-
-
unknown authored
mysql-test/mysql-test-run.sh: tests depend on umask
-
unknown authored
BitKeeper/etc/ignore: auto-union client/mysqltest.c: Auto merged libmysql/libmysql.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/binary.result: Auto merged mysql-test/r/federated.result: Auto merged mysql-test/r/func_math.result: Auto merged mysql-test/r/grant.result: Auto merged mysql-test/r/heap.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/r/trigger.result: Auto merged mysql-test/r/type_decimal.result: Auto merged mysql-test/r/union.result: Auto merged mysql-test/t/binary.test: Auto merged mysql-test/t/federated.test: Auto merged mysql-test/t/mysql.test: Auto merged mysql-test/t/mysqldump.test: Auto merged mysql-test/t/sp.test: Auto merged mysql-test/t/trigger.test: Auto merged sql/field_conv.cc: Auto merged sql/ha_federated.cc: Auto merged sql/ha_federated.h: Auto merged sql/item.cc: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_strfunc.h: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_trigger.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged sql/table.h: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
client/mysqltest.c: Fix typo, add extra "s"
-
unknown authored
mysql-test/lib/mtr_misc.pl: Revert change to outpout exe path and name in win format
-
unknown authored
Reduce code client/mysqltest.c: Remove the "cmd" variable in do_sleep, left unintentionaly after merge Implement the same elegeant solution to fund the command name in do_modify_ar
-
unknown authored
BitKeeper/etc/ignore: Added include/openssl to the ignore list
-
unknown authored
- Use tmp sh file both in system and popen client/mysqltest.c: Introduce common functions to handle unix emulation on windows using a temporary sh file. Use it both in my_popen and my_system. mysql-test/r/mysqltest.result: Update test result mysql-test/t/mysqltest.test: Fix "windows paths" in three places that doesn't automatically get fixed Uset the output file mysqltest.sql instead of con.sql as con is not an allowed filename on Windows Use system for util functions
-
unknown authored
Use system inestad of exec mysql-test/t/trigger-grant.test: Use "system" instead of exec for system admin tasks No need to use "egrep", changing to "grep"
-
unknown authored
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
-
unknown authored
mysql-test/t/kill.test: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
mysql-test/r/rpl_row_create_table.result: Update test results for "rpl_row_create_table" after push of fix for bug10460
-
unknown authored
mysql-test/r/rpl_row_UUID.result: Update test result for "rpl_row_UUID" after push of fix for bug10460
-