- 21 Feb, 2006 11 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 mysql-test/r/mysqldump.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged mysql-test/t/system_mysql_db_fix.test: Auto merged client/mysqltest.c: Merge mysql-test/mysql-test-run.pl: Merge mysql-test/t/mysqldump.test: Merge mysql-test/t/mysqltest.test: Merge
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 mysql-test/t/disabled.def: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug13809/my51-bug13809 client/mysqltest.c: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug16557/my51-bug16557
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug16795/my51-bug16795 client/mysqltest.c: Auto merged mysql-test/r/mysqltest.result: Auto merged mysql-test/t/mysqltest.test: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug14057/my51-bug14057 libmysql/libmysql.c: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
mysql-test/r/events.result: result fixed
-
unknown authored
post-review fixes mysql-test/r/events_bugs.result: fix result sql/event.cc: fix compilation problem on windows sql/event_executor.cc: show the right host in show processlist (should be event_scheduler@localhost) sql/event_timed.cc: a bit more debug infor fix a problem introduced with previous push :( . clean everything that's whitespace. found because of new test cases which were crashing. sql/sql_show.cc: fix compile problem on windows
-
- 20 Feb, 2006 29 commits
-
-
unknown authored
sql/event.cc: Auto merged sql/event.h: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
WL#1032 sql_mode setting was disregarded during create/alter event and wasn't set during event execution. (post-review small fixes) sql/event.cc: store the sql_mode when the body is stored - always on create event - during alter event if the user changes the body sql/event.h: add sql_mode as member variable sql/event_timed.cc: - exchange thd->variables.sql_mode before and after execution - set the sql_mode of the anonymous SP -> event_timed::sphead sql/sql_show.cc: - show real content in I_S.EVENTS.SQL_MODE , disallow NULL
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16406
-
unknown authored
into mysql.com:/home/psergey/mysql-5.1-look
-
unknown authored
if we've got a tree of type ALWAYS or MAYBE. sql/opt_range.cc: BUG#15448 (group_min_max test failure): Don't buypass group-min-max optimizer entry point if we've got a tree of type ALWAYS or MAYBE. The effect observed by this bug has been introduced by this cset: ChangeSet 1.1967.5.2 2005/12/26 08:40:09 sergefp@mysql.com. The cset introduced PARAM::remove_jump_scans which purpose was to avoid making [always unsuccessful] attempts to construct index_merge for construct index_merge for conditions like "t.key1partX=c1 OR t.key1partY=c2". The effect of this change was that some queries that previously had produced a SEL_TREE representing candidate for index_merge(X,Y) now started to produce SEL_TREE with type=ALWAYS, and group-min-max analysis for these trees has been bypassed. In this fix we make SEL_TREE with type=ALWAYS to be processed in the same way as (SEL_TREE*)NULL, its equivalent.
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-vanilla
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16406 mysql-test/r/events.result: Auto merged
-
unknown authored
Fixes failing sp.test mysql-test/r/backup.result: A new error message for deprecated statements. mysql-test/t/sp.test: Disable warnings in the test for Bug#13012 sql/share/errmsg.txt: A new error message for deprecated statements. sql/sql_yacc.yy: Use a better worded error message.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
mysql-test/extra/rpl_tests/rpl_row_blob.test: enable rpl_ndb_blob2 (sleep fixed) mysql-test/t/disabled.def: enable rpl_ndb_blob2 (sleep fixed)
-
unknown authored
sql/ha_ndbcluster_binlog.cc: optim: setting db/schema for data events seems unnecessary storage/ndb/src/ndbapi/Ndb.cpp: use NAME_LEN
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysqltest_replace/my51-mysqltest_replace client/mysqltest.c: Auto merged
-
unknown authored
client/mysqltest.c: Fix merge error
-
unknown authored
mysql-test/t/ndb_config.test: Add extra \ to escape \. \\\n => \n
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
client/Makefile.am: Use LDADD_R as common variable for programs to be linked with thread safe library. client/mysqlimport.c: Enable "--use-threads" Formatting mysql-test/r/mysqldump.result: Update test result mysql-test/t/disabled.def: Enable mysqldump mysql-test/t/mysqldump.test: Enable test for mysqlimport with threads Add test for failed mysqlimport
-
unknown authored
mysql-test/t/disabled.def: e hate bk
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51 sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
- test tables use blobs without PK, and was not handled correctly
-
unknown authored
storage/ndb/src/ndbapi/NdbBlob.cpp: DBUG storage/ndb/include/ndbapi/Ndb.hpp: method to set db/schema from table name + format check in internalize_table_name storage/ndb/include/ndbapi/NdbDictionary.hpp: method to set db/schema from table name + format check in internalize_table_name storage/ndb/src/ndbapi/Ndb.cpp: method to set db/schema from table name + format check in internalize_table_name sql/ha_ndbcluster_binlog.cc: set injector_ndb db/schema before calling NDB (may be more cases..). only place to get it is table internal name
-
unknown authored
client/mysqltest.c: Typo % should be %s
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/usr/local/mysql/mysql-5.1-new mysql-test/r/binlog_stm_mix_innodb_myisam.result: Auto merged mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test: Manual merge.
-
unknown authored
fails with --vardir option.
-
unknown authored
Fix online ordered index build of varsize table storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp: Fix online ordered index build of varsize table
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0 mysql-test/r/subselect.result: Auto merged sql/sql_select.cc: Auto merged
-