- 08 Feb, 2006 1 commit
-
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b16511
-
- 07 Feb, 2006 15 commits
-
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my50
-
unknown authored
into mysql.com.:/data/BK/mysql-5.0
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my50 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
mysql-test/r/ndb_index_unique.result: bug#15918 fix mysql-test/t/ndb_index_unique.test: bug#15918 fix ndb/src/kernel/blocks/dbacc/Dbacc.hpp: bug#15918 fix sql/ha_ndbcluster.cc: bug#15918 fix sql/ha_ndbcluster.h: bug#15918 fix
-
unknown authored
ndb/src/kernel/main.cpp: add option ndbd --foreground for manual debugging ndb/src/kernel/vm/Configuration.cpp: add option ndbd --foreground for manual debugging ndb/src/kernel/vm/Configuration.hpp: add option ndbd --foreground for manual debugging
-
unknown authored
into mysql.com.:/data/BK/mysql-5.0_8461_b
-
unknown authored
ndb/src/kernel/main.cpp: avoid SEGV if fetch_configuration fails before fork
-
unknown authored
fix for bug#8461 BUG 8461 - TRUNCATE returns incorrect result if 2nd argument is negative Reason: Both TRUNCATE/ROUND converts INTEGERS to DOUBLE and back to INTEGERS Changed the integer routine to work on integers only. This bug affects 4.1, 5.0 and 5.1 Fixing in 4.1 will need to change the routine to handle different types individually. 5.0 did had different routines for different types already just the INTEGER routine was bad. sql/item_func.cc: fix for bug#8461 BUG 8461 - TRUNCATE returns incorrect result if 2nd argument is negative Reason: TRUNCATE converts INTEGERS to DOUBLE and back to INTEGERS Both ROUND and TRUNCATE are affected by this. Changed the integer routine to work on integers only. This bug affects 4.1 5,0 and 5 Fixing in 4.1 will need to change the routine to handle different types individually.
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-5.0 mysql-test/r/fulltext.result: Manual merge. mysql-test/t/fulltext.test: Manual merge. sql/item_func.h: Manual merge. sql/sql_base.cc: Manual merge: use local.
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-4.1
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-4.1 sql/item_func.h: Auto merged
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-4.1
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b16511
-
- 06 Feb, 2006 10 commits
-
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 sql/ha_ndbcluster.cc: Auto merged sql/sql_load.cc: Auto merged
-
unknown authored
Bug #17158 load data infile of char values into table of char with no (PK) fails to load Bug #17081 Doing "LOAD DATA INFILE" directly after delete can cause missing data mysql-test/r/ndb_load.result: New BitKeeper file ``mysql-test/r/ndb_load.result'' mysql-test/t/ndb_load.test: New BitKeeper file ``mysql-test/t/ndb_load.test''
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
unknown authored
If check_quick_select returns non-empty range then the function cost_group_min_max cannot return 0 as an estimate of the number of retrieved records. Yet the function erroneously returned 0 as the estimate in some situations. mysql-test/r/group_min_max.result: Added a test case for bug #16203. mysql-test/t/group_min_max.test: Added a test case for bug #16203.
-
unknown authored
into mysql.com:/extern/mysql/work/bug16303/mysql-5.0 sql/sql_parse.cc: Auto merged
-
unknown authored
into mysql.com:/extern/mysql/work/bug16303/mysql-5.0 mysql-test/t/sp-destruct.test: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
mysql-test/r/sp-code.result: Updated result after merge (BUG#16568)
-
unknown authored
into mysql.com:/extern/mysql/work/bug16568/mysql-5.0 mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged sql/sp_head.cc: Auto merged sql/sp_head.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b16511
-
- 05 Feb, 2006 3 commits
-
-
unknown authored
ndb/test/ndbapi/testBlobs.cpp: more tx per Ndb
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my50
-
unknown authored
ndb/test/ndbapi/testBlobs.cpp: do batched deletes + list commit across open cursor test cases ndb/tools/delete_all.cpp: if blobs, no commit across open cursor (single trans) cases listed in testBlobs.cpp, analyze later (in 5.0 maybe)
-
- 03 Feb, 2006 11 commits
-
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my50 mysql-test/r/ndb_blob.result: Auto merged mysql-test/t/ndb_blob.test: Auto merged ndb/src/ndbapi/NdbBlob.cpp: ul
-
unknown authored
mysql-test/r/ndb_blob.result: replace+tinyblob back-patch from 5.0 mysql-test/t/ndb_blob.test: replace+tinyblob back-patch from 5.0 ndb/src/ndbapi/NdbBlob.cpp: replace+tinyblob back-patch from 5.0
-
unknown authored
mysql-test/r/ndb_blob.result: do not delete unknown parts of tinyblob mysql-test/t/ndb_blob.test: do not delete unknown parts of tinyblob ndb/src/ndbapi/NdbBlob.cpp: do not delete unknown parts of tinyblob
-
unknown authored
Fixed that fulltext query + union results in unexpected behaviour. sql/item_func.h: Remove access to table object from cleanup() as the table object may have been dropped earlier (In case of temporary tables or of close_thread_tables() is run before cleanup()) This fixed a bug with access to already freed memory sql/sql_base.cc: Reset variables used by fulltext
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b16511 sql/sql_prepare.cc: Auto merged
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
unknown authored
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0 mysql-test/t/having.test: Auto merged mysql-test/r/having.result: Manual merge sql/sql_lex.cc: Manual merge sql/sql_lex.h: Manual merge sql/sql_prepare.cc: Manual merge sql/sql_select.cc: Manual merge
-
unknown authored
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
unknown authored
into rurik.mysql.com:/home/igor/mysql-5.0
-