- 24 Mar, 2006 37 commits
-
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.1-merges mysql-test/r/trigger.result: Auto merged mysql-test/t/trigger.test: Auto merged sql/sql_trigger.cc: Auto merged sql/ha_ndbcluster.cc: Manual merge. sql/sql_table.cc: Manual merge.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new mysql-test/t/disabled.def: Auto merged
-
unknown authored
-
unknown authored
mysql-test/t/disabled.def: Commented out tests in disabled.def that have bug numbers that are closed
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.0-bg18153
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.0-bg18153
-
unknown authored
-
unknown authored
triggers". Applying ALTER/OPTIMIZE/REPAIR TABLE statements to transactional table or to table of any type on Windows caused disappearance of its triggers. Bug was introduced in 5.0.19 by my fix for bug #13525 "Rename table does not keep info of triggers" (see comment for sql_table.cc for more info). . mysql-test/r/trigger.result: Added test-case covering handling of triggers when one does ALTER TABLE which should move table to different database. mysql-test/t/trigger.test: Added test-case covering handling of triggers when one does ALTER TABLE which should move table to different database. sql/sql_table.cc: mysql_alter_table(): Removal of strdup() which is no longer necessary allows us to preserve nice assumption that "(new_db != db || new_table != table_name) indicates that table will be renamed. So now we really can use this condition to avoid updating trigger definitions when table is not renamed. Note that we can't use (alter_info->flags & ALTER_RENAME) condition instead since it can be also true when we do "ALTER TABLE t1 RENAME TO t1". sql/sql_trigger.cc: Table_triggers_list::change_table_name(): Mentioned assumption that subject table is not renamed to itself in method description. Added DBUG_ASSERT() to catch wrong usage of this method. mysql-test/r/trigger-trans.result: New BitKeeper file ``mysql-test/r/trigger-trans.result'' mysql-test/t/trigger-trans.test: New BitKeeper file ``mysql-test/t/trigger-trans.test''
-
unknown authored
fix \ in makefile (merge error) storage/ndb/test/run-test/Makefile.am: fix makefile
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqltest.c: Auto merged include/config-win.h: Auto merged include/m_ctype.h: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/subselect.result: Auto merged sql/item_func.cc: Auto merged sql/opt_range.cc: Auto merged strings/ctype-bin.c: Auto merged strings/ctype-euc_kr.c: Auto merged strings/ctype-gb2312.c: Auto merged strings/ctype-ucs2.c: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
enabled rpl_ndb_blob since a "hanging" bug was fixed mysql-test/t/disabled.def: enabled rpl_ndb_blob since a "hanging" bug was fixed
-
unknown authored
more work-arounds for gcc4 storage/ndb/src/kernel/vm/Pool.hpp: More gcc4 craziness
-
unknown authored
sql/udf_example.cc: Calculate length of returned string correctly
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new
-
unknown authored
more compiler warnings... storage/ndb/include/util/InputStream.hpp: more warnings
-
unknown authored
still some compiler warnings storage/ndb/include/util/OutputStream.hpp: still some compiler warnings storage/ndb/include/util/SimpleProperties.hpp: still some compiler warnings storage/ndb/src/kernel/vm/Pool.hpp: still some compiler warnings
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
-
unknown authored
- make sure cluster/schema table is always created first sql/ha_ndbcluster_binlog.cc: make sure cluster/schema table is always created first storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: corrected bug causing hang in getTable when using blob tables
-
unknown authored
-
unknown authored
rewrite/clean up code a bit to avoid a gcc4 compiler bug storage/ndb/src/kernel/vm/DLFifoList.hpp: Fix compiler bug storage/ndb/src/kernel/vm/DLList.hpp: Fix compiler bug storage/ndb/src/kernel/vm/SLList.hpp: Fix compiler bug
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
-
unknown authored
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: merge storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: merge storage/ndb/src/ndbapi/NdbTransaction.cpp: merge storage/ndb/src/ndbapi/Ndbif.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new mysql-test/lib/mtr_timer.pl: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/ha_innodb.cc: Auto merged storage/ndb/include/kernel/signaldata/DumpStateOrd.hpp: Auto merged storage/ndb/include/kernel/signaldata/StartPerm.hpp: Auto merged storage/ndb/include/kernel/signaldata/TcContinueB.hpp: Auto merged storage/ndb/include/mgmapi/ndbd_exit_codes.h: Auto merged storage/ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Auto merged storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: Auto merged storage/ndb/src/kernel/error/ndbd_exit_codes.c: Auto merged storage/ndb/src/kernel/vm/TransporterCallback.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/Ndbif.cpp: Auto merged storage/ndb/src/ndbapi/TransporterFacade.cpp: Auto merged storage/ndb/test/include/NdbRestarter.hpp: Auto merged storage/ndb/test/ndbapi/testNodeRestart.cpp: Auto merged storage/ndb/test/ndbapi/testSystemRestart.cpp: Auto merged storage/ndb/test/ndbapi/testTimeout.cpp: Auto merged storage/ndb/test/run-test/conf-daily-devel-ndbmaster.txt: Auto merged storage/ndb/test/run-test/conf-dl145a.txt: Auto merged storage/ndb/test/run-test/conf-ndbmaster.txt: Auto merged storage/ndb/test/run-test/ndb-autotest.sh: Auto merged storage/ndb/test/src/NdbRestarter.cpp: Auto merged storage/ndb/test/run-test/conf-shark.txt: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: merge storage/ndb/src/ndbapi/TransporterFacade.hpp: merge storage/ndb/test/run-test/Makefile.am: merge storage/ndb/test/run-test/daily-basic-tests.txt: merge storage/ndb/tools/desc.cpp: merge
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1
-
- 23 Mar, 2006 3 commits
-
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-
unknown authored
- Make the windows implementation of 'my_dir' behave like the default implementation mysys/my_lib.c: If 'findfirst' returns EINVAL, just continue and return 0 files to read in this dir.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new sql/ha_ndbcluster_binlog.cc: Auto merged
-