- 27 Mar, 2006 16 commits
-
-
unknown authored
now using CONFIGURE_FILE and INCLUDE to generate handlerton.cc and to set the definitions based on the storage engines given on the command line BitKeeper/deleted/.del-handlerton-win.cc~322a7e59507976df: Delete: sql/handlerton-win.cc cmakelists.txt: use INCLUDE to read in the cmake file generated as part of configure comment out the setting of /wd4996 since we are using the -D flag instead sql/cmakelists.txt: include IF() blocks for every storage engine and set two vars that are used with CONFIGURE_FILE later in the script. This CONFIGURE_FILE call replaces the need for config-handlerton.js win/configure.js: write out proper cmake code instead of just the values.
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
storage/ndb/src/kernel/blocks/suma/Suma.cpp: Bug #18491 cluster: node restart with pending dropeed events causes failed restart - recreate subscriptions in correct state (dropped if dropped...) - handle recreated subscribers with drooped table (tab_inforef)
-
unknown authored
into mysql.com:/home/ndbdev/skozlov/mysql-5.1-new
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51 storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: already fixed in 5.1
-
unknown authored
ndb/src/ndbapi/NdbDictionaryImpl.cpp: check parseTableInfo return value to avoid coredump seen on solaris when charsets missing on client host
-
unknown authored
storage/ndb/test/run-test/ATRT_SETUP_README.txt: ATRT Setup documentation storage/ndb/test/run-test/ATRT_USAGE_README.txt: ATRT Usage documentation
-
unknown authored
into mysql.com:/home/kgeorge/mysql/5.1/B15102 netware/BUILD/compile-netware-START: Auto merged
-
unknown authored
Reproduced in 5.0.16-nt. Tested to work in 5.0.20 mysql-test/r/group_min_max.result: Test case for BUG#15102 : select distinct returns empty result, select count distinct > 0 (correct) Reproduced in 5.0.16-nt. Tested to be fixed in 5.0.20 mysql-test/t/group_min_max.test: Test case for BUG#15102 : select distinct returns empty result, select count distinct > 0 (correct) Reproduced in 5.0.16-nt. Tested to be fixed in 5.0.20
-
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 storage/ndb/test/ndbapi/testNodeRestart.cpp: Auto merged storage/ndb/test/src/NdbBackup.cpp: Auto merged storage/ndb/test/src/NdbRestarts.cpp: Auto merged storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged ndb/test/ndbapi/testNodeRestart.cpp: Auto merged ndb/test/src/NdbBackup.cpp: Auto merged ndb/test/src/NdbRestarts.cpp: Auto merged
-
unknown authored
Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert() Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args) ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args) ndb/test/ndbapi/testNodeRestart.cpp: Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args) ndb/test/src/NdbBackup.cpp: Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args) ndb/test/src/NdbRestarts.cpp: Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
-
unknown authored
netware/BUILD/compile-netware-START: added option for netware builds
-
unknown authored
netware/BUILD/compile-netware-START: added option for netware builds
-
- 26 Mar, 2006 2 commits
- 25 Mar, 2006 7 commits
-
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.1-merges configure.in: Auto merged
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.1-merges
-
unknown authored
AC_ARG_WITH inside "if" sometimes gives unexpected result, --with-fast-mutexes was not ignored when --with-debug given configure.in: AC_ARG_WITH inside "if" sometimes gives unexpected result, --with-fast-mutexes was not ignored when --with-debug given
-
unknown authored
BitKeeper/etc/ignore: Added mysql-test/r/backup.log mysql-test/r/events.log mysql-test/r/events_bugs.log mysql-test/r/events_logs_tests.log mysql-test/r/mysqltest.log mysql-test/r/symlink.log mysql-test/r/system_mysql_db.log to the ignore list
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16415
-
unknown authored
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16415
-
- 24 Mar, 2006 15 commits
-
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.1-merges sql/sql_table.cc: Manual merge.
-
unknown authored
mysql-test/r/events.result: Auto merged mysql-test/t/events_bugs.test: Auto merged scripts/mysql_fix_privilege_tables.sql: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/dlenev/mysql-5.1-merges sql/sql_table.cc: Auto merged
-
unknown authored
-
unknown authored
into c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
-
unknown authored
Review fixes sql/sql_partition.cc: Review fixes sql/sql_table.cc: Review fixes
-
unknown authored
into c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0 mysql-test/r/join_outer.result: Auto merged sql/item_cmpfunc.cc: Auto merged
-
unknown authored
If the WHERE condition of a query contained an ORed FALSE term then the set of tables whose rows cannot serve for null complements in outer joins was determined incorrectly. It resulted in blocking possible conversions of outer joins into joins for such queries. mysql-test/r/join_outer.result: Added a test case for bug #17164. mysql-test/t/join_outer.test: Added a test case for bug #17164.
-
unknown authored
tables corrupt triggers". It turned out that we also have relied at certain places that (new_table != table_name) were always true on Windows and for transactional tables. Since our fix for the bug brakes this assumption we have to add new flag to pass this information around. This code needs to be refactored but I dare not to do this in 5.0. sql/sql_table.cc: mysql_alter_table(): Follow-up for the fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional tables corrupt triggers". It turned out that we also have relied at certain places that (new_table != table_name) were always true on Windows and for transactional tables. Since our fix for the bug brakes this assumption we have to add new flag to pass this information around. This code needs to be refactored but I dare not to do this in 5.0.
-
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
-