- 06 Jul, 2005 3 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0-build BitKeeper/etc/config: Auto merged
-
unknown authored
mysql-test/r/mysqldump.result: Update results
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean mysql-test/r/view.result: Auto merged sql/sql_show.cc: Auto merged mysql-test/r/sql_mode.result: Merge mysql-test/t/sql_mode.test: Merge
-
- 05 Jul, 2005 27 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/information_schema.result: Auto merged mysql-test/t/information_schema.test: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean mysql-test/r/query_cache.result: Auto merged sql/sql_acl.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/r/grant.result: Merge mysql-test/t/grant.test: Merge
-
unknown authored
mysql-test/r/query_cache.result: Remove stray empty line mysql-test/r/grant.result: Update results mysql-test/t/grant.test: Fix test case to
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/sql_table.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0 mysql-test/r/lowercase_table2.result: Auto merged
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build BitKeeper/etc/config: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean include/my_sys.h: Auto merged include/mysql_com.h: Auto merged libmysql/libmysql.c: Auto merged sql/set_var.cc: Auto merged sql/sql_class.cc: Auto merged tests/mysql_client_test.c: Clean up merge of new tests
-
unknown authored
mysys/charset.c: Add documentation for escape functions Minor style cleanup
-
unknown authored
Use IF EXISTS in initiation section mysql-test/r/lowercase_table2.result: Use IF EXISTS in initiation section mysql-test/t/lowercase_table2.test: Use IF EXISTS in initiation section
-
unknown authored
-
unknown authored
client/mysqldump.c: Auto merged sql/log_event.cc: Removed settings of thd->lex fields since they are not needed in 5.0.
-
unknown authored
into mysql.com:/home/bk/b11401-mysql-4.1
-
unknown authored
this as a LOAD DATA ... REPLACE INTO .. statement. sql/log_event.cc: Setting thd->lex so that engines (i.e., InnoDB) recognizes this as a LOAD DATA ... REPLACE INTO .. statement.
-
unknown authored
sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_table.cc: Auto merged mysql-test/r/view.result: SCCS merged mysql-test/t/view.test: SCCS merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
unknown authored
fixed environment creation and cleaning up for processing view one by one during checking (BUG#11337) mysql-test/r/view.result: checking views after some view with error (BUG#11337) mysql-test/t/view.test: checking views after some view with error (BUG#11337) sql/sql_lex.cc: environment cleaning up for processing view one by one sql/sql_lex.h: methods for lex cleunup during view processing one by one sql/sql_table.cc: fixed environment creation and cleaning up for processing view one by one (BUG#11337)
-
unknown authored
mysql-test/r/grant.result: test of new table privileges mysql-test/r/system_mysql_db.result: added new table priveleges mysql-test/r/view_grant.result: error changed mysql-test/t/grant.test: test of new table privileges mysql-test/t/view_grant.test: error changed scripts/mysql_create_system_tables.sh: add new table privileges scripts/mysql_fix_privilege_tables.sql: fixed system tables fix script sql/sql_acl.h: fixed coding/decoding new tables grants
-
unknown authored
into hundin.mysql.fi:/home/marko/mysql-5.0-current
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug8-5.0
-
unknown authored
mysql-test/r/query_cache.result: results moved sql/sql_cache.cc: postmerge fixes
-
unknown authored
innobase/btr/btr0cur.c: Move #ifdef outside ut_ad() argument. innobase/page/page0cur.c: Move #ifdef outside ut_ad() argument.
-
unknown authored
-
unknown authored
sql/item_sum.h: Auto merged
-
unknown authored
BitKeeper/deleted/.del-README.1st~918382b11c609069: Delete: Docs/README.1st
-
- 04 Jul, 2005 10 commits
-
-
unknown authored
into production.mysql.com:/nfstmp1/guilhem/mysql-5.0-prod-gcc
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
into production.mysql.com:/nfstmp1/guilhem/mysql-5.0-prod-gcc
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-jul4
-
unknown authored
execution, not before.
-
unknown authored
execution. Failure to do so caused the erroneous statements to send nothing and hang the client. mysql-test/r/sp-error.result: Testcase for BUG#9814. Note that the result demonstrates that currently mysql-test-run ignores errors in multi-statement if they arrive after first resultset has been received. mysql-test/t/sp-error.test: Testcase for BUG#09814.
-
unknown authored
which is wrong now that slave recovers gracefully from a crashed binlog (thx Serg). stat -> my_stat in my_copy.c so that failing stat() does not hang client connection. BitKeeper/deleted/.del-rpl_trunc_binlog.test~961b1f6ac73d37c8: Delete: mysql-test/t/rpl_trunc_binlog.test BitKeeper/deleted/.del-rpl_trunc_binlog.result~14b4a61886a332e8: Delete: mysql-test/r/rpl_trunc_binlog.result mysql-test/std_data/trunc_binlog.000001: Rename: BitKeeper/deleted/.del-trunc_binlog.000001~b504d840c7efde25 -> mysql-test/std_data/trunc_binlog.000001 mysql-test/t/rpl_until.test: making test more robust if machine is slow. We still need to sleep before testing if slave SQL thread stopped, because otherwise it may not have started yet when we test for stop, then we would return too early. When we have "START SLAVE" wait a few secs until slave threads actually started well (WL#2688) these "sleep 2" could be removed. mysys/my_copy.c: Using my_stat() instead of stat(). Reason is that my_stat() reports an error message if wanted (MY_WME), which is critical for an error being sent to the client. Before this patch, a failing stat() caused the client connection to hang (because error was not set because my_error was never called). Adding an assertion to match the comment at the start of the function.
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
into mysql.com:/space/my/mysql-5.0-build support-files/mysql.spec.sh: Auto merged
-
unknown authored
the version string with the base version of the current build
-