- 01 Mar, 2006 2 commits
- 28 Feb, 2006 38 commits
-
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 mysql-test/t/mysqltest.test: Auto merged
-
unknown authored
Add real_sleep tests. mysql-test/t/mysqltest.test: Add real_sleep tests.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/mysqltest.result: Auto merged
-
unknown authored
expand tab client/mysqltest.c: expand tab
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/r/mysqltest.result: Auto merged
-
unknown authored
Fix URLs. README: Fix URL. mysqltest.result: Update test result for real_sleep error message. mysqltest.c: Fix do_sleep() to print correct command name for real_sleep. client/mysqltest.c: Fix do_sleep() to print correct command name for real_sleep. mysql-test/r/mysqltest.result: Update test result for real_sleep error message. mysql-test/README: Fix URL. mysql-test/mysql-test-run.sh: Fix URLs.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 client/mysqltest.c: Auto merged
-
unknown authored
Fix reference to incorrect (non-existent) options in comment. client/mysqltest.c: Fix reference to incorrect (non-existent) options in comment.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: Auto merged
-
unknown authored
Correct/clarify comments. client/mysqltest.c: Correct/clarify comments.
-
unknown authored
the warnings came from MSFT compiler (output of pushbuild) sql/event.cc: fix compiler warnings: precision loses, unused vars sql/event_executor.cc: fix compiler warnings: precision loses, unused vars sql/event_timed.cc: fix compiler warnings: precision loses, unused vars
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1 client/mysqltest.c: Auto merged
-
unknown authored
Fix typos. client/mysqltest.c: Fix typos.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 client/mysqltest.c: y manual merge
-
unknown authored
Fix typos. client/mysqltest.c: Fix typos.
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16537
-
unknown authored
fix for bug#17793 (Scheduler uses class event_timed should be Event_timed) sql/event.cc: class event_timed -> Event_timed sql/event.h: class event_timed -> Event_timed sql/event_executor.cc: class event_timed -> Event_timed sql/event_priv.h: class event_timed -> Event_timed sql/event_timed.cc: class event_timed -> Event_timed sql/sql_lex.h: class event_timed -> Event_timed sql/sql_show.cc: class event_timed -> Event_timed sql/sql_yacc.yy: class event_timed -> Event_timed
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16537
-
unknown authored
(forgotten to be committed)
-
unknown authored
storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: blob fix 1: cache no tables at create. previously main table was cached before blob tables were ready. autoincr fix to avoid caching as side-effect. also removes some rename fix where createBlobTables had old/new args. storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: blob fix 1: cache no tables at create. previously main table was cached before blob tables were ready. autoincr fix to avoid caching as side-effect. also removes some rename fix where createBlobTables had old/new args. storage/ndb/src/ndbapi/ndberror.c: blob fix 1: cache no tables at create. previously main table was cached before blob tables were ready. autoincr fix to avoid caching as side-effect. also removes some rename fix where createBlobTables had old/new args.
-
unknown authored
mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test: Updated from review comments mysql-test/include/rpl_multi_engine3.inc: Updated from review comments
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16537
-
unknown authored
(post-review pre-push changes) coding style (mostly trailing spaces removed) mysql-test/r/events.result: fix result file sql/event.cc: - remove trailing spaces - add a missing initializer (gcc warning) - C++ to C comments sql/event_executor.cc: - fix coding style (C++ to C comments, remove trailing spaces) - fix wrong indexing buggie not found till now (queue indexing is 0 based, not 1 based) sql/event_timed.cc: - fix coding style
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.16313
-
unknown authored
- moved used_partitions initialization
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
VC++Files/sql/mysqld.vcproj: Add missing source file.
-
unknown authored
win/cmakefiles/mysys: Remove no longer existing source file from list. sql/log_event.cc: Fix byte * <-> char * Windows build problem. VC++Files/mysys/mysys.vcproj: Remove no longer existing source file from list.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new sql/ha_ndbcluster_binlog.cc: Auto merged sql/sql_table.cc: Auto merged
-
unknown authored
- code wrongly tries to do a "fast alter partition", although not supported sql/handler.h: moved defines sql/sql_partition.h: moved defines
-
unknown authored
- too little space was allocated for receiving events, partition uses extra column in table mysql-test/r/ndb_partition_range.result: Bug#16385, Partitions: crash when updating a range partitioned NDB table mysql-test/t/ndb_partition_range.test: Bug#16385, Partitions: crash when updating a range partitioned NDB table
-
unknown authored
- error string wrongly formatted mysql-test/r/ndb_partition_error.result: Bug #17763 mysqld cores with list partitioning if update to missing partition mysql-test/t/ndb_partition_error.test: Bug #17763 mysqld cores with list partitioning if update to missing partition
-
unknown authored
mysql-test/r/events.result: Auto merged mysql-test/t/events.test: Auto merged sql/event.cc: Auto merged sql/event.h: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
- now when the event is created and STARTS is omitted then STARTS is implicitly CURRENT_TIMESTAMP - This CS also fixed incorrect presentation of STARTS/ENDS in I_S.EVENTS (incorporated review changes) mysql-test/r/events.result: results of new test cases mysql-test/t/events.test: new test cases for bug #16537 (Events: mysql.event.starts is null) sql/event.cc: - check whether event_timed::starts_null only in case event_timed::expression is set, so for recurring events only - disable binlogging of CREATE EVENT statement. It should not be replicated but the result of the execution. Still the replication is untouched topic. sql/event.h: - add flags whether starts, ends and execute_at are null or not sql/event_executor.cc: - check whether xxx_null instead of !xxxx.year sql/event_timed.cc: - introduce xxx_null and change the usage of xxx.year to !xxx_null sql/sql_show.cc: - don't show 0000-00-00 in I_S.EVENTS when the value is NULL sql/sql_yacc.yy: - if STARTS is omitted default to current_timestamp
-
unknown authored
into mysql.com:C:/cygwin/home/mysqldev/my/mysql-5.1-new
-