- 26 Oct, 2005 1 commit
-
-
unknown authored
Bug#12166 - Unable to index very large tables Moved clearing of errors behind the second repair attempt, but will clear only if no error happened. No test case. The error can be repeated with little free space on tmpdir only. I do not know of a way to create this in a portable way with our test suite. I did however attach a shell script to the bug report which can easily be adapted to the situation on the test machine. myisam/mi_check.c: Bug#12166 - Unable to index very large tables Changed comments. Removed unnecessary use of param->keys_in_use. sql/ha_myisam.cc: Bug#12166 - Unable to index very large tables Moved clearing of errors behind the second repair attempt, but will clear only if no error happened.
-
- 17 Oct, 2005 6 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
unknown authored
Disable tests of lock upgrade paths that are currently unsupported ndb/test/ndbapi/testOperations.cpp: Disable lock upgrade paths that currently unsupported
-
unknown authored
Init KeyDescriptor before sending to DIH, make sure that its always inited
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-push
-
unknown authored
testBackup, fix assertion ndb/test/ndbapi/testBackup.cpp: Fetch table before verifying
-
- 16 Oct, 2005 1 commit
-
-
unknown authored
Test for bug#12812 moved from sp.test to sp-security.test mysql-test/t/sp.test: Test for bug#12812 moved from sp.test to sp-security.test mysql-test/t/sp-security.test: Test for bug#12812 moved from sp.test to sp-security.test mysql-test/r/sp.result: Test for bug#12812 moved from sp.test to sp-security.test mysql-test/r/sp-security.result: Test for bug#12812 moved from sp.test to sp-security.test
-
- 15 Oct, 2005 1 commit
-
-
unknown authored
into deer.(none):/home/hf/work/mysql-5.0.12991 myisam/mi_check.c: Auto merged
-
- 14 Oct, 2005 21 commits
-
-
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.0 sql/ha_ndbcluster.cc: merge
-
unknown authored
Fix for Bug #13961 Triggers on tables with auto_increment insert bogus values into table (clean version)
-
unknown authored
After merge fix. client/mysql.cc: After merge fix.
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0 client/mysql.cc: after merge fix.
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1 client/mysql.cc: Auto merged
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0 strings/ctype-latin1.c: Auto merged
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1 mysql-test/r/ctype_latin1.result: Auto merged mysql-test/t/ctype_latin1.test: Auto merged
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.char1
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
VC++Files/test1/mysql_thr.c: Fixed typo VC++Files/thr_test/thr_test.c: Fixed typo sql/log_event.cc: Removed compiler warning Fixed compile error on windows
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.char1 strings/ctype-cp932.c: Auto merged
-
unknown authored
after merge fix , mysql-test/r/ctype_utf8.result: after merge fix ,
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.char1 mysql-test/t/ctype_utf8.test: Auto merged sql/item_func.cc: Auto merged mysql-test/r/ctype_utf8.result: after merge fix. sql/sql_update.cc: discarding this change in 5.0.
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.b13751
-
unknown authored
Netware. Hartmut informed about this.
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.char1
-
unknown authored
netware/mysql_test_run.c: Fixed typo. netware/pack_isam.def: Added screenname. scripts/make_binary_distribution.sh: Fixed mistake in merge.
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.b13751
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.char1
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0
-
- 13 Oct, 2005 10 commits
-
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
unknown authored
New version 5.0.16 configure.in: New version 5.0.16
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0
-
unknown authored
rc => GA configure.in: rc => GA
-
unknown authored
into mysql.com:/home/my/mysql-5.0
-
unknown authored
Move handling of suffix_length from strnxfrm_bin() to filesort to ensure proper sorting of all kind of binary objects field::sort_key() now adds length last for varbinary/blob VARBINARY/BLOB is now sorted by filesort so that shorter strings comes before longer ones Fixed issues in test cases from last merge mysql-test/r/select.result: Change column name in test to get GROUP BY to use the alias mysql-test/r/type_blob.result: Test BLOB and VARCHAR sorting mysql-test/t/select.test: Change column name in test to get GROUP BY to use the alias Drop used tables at start of test Don't use table names 'a', 'b' or 'c' mysql-test/t/type_blob.test: Test BLOB and VARCHAR sorting sql/field.cc: Store length last in VARBINARY() and BLOB() columns to get shorter strings sorted before longer onces sql/field.h: Added method 'sort_length()' to allow one to have length bytes last for VARBINARY/BLOB to get these to sort properly sql/filesort.cc: Use 'sort_length()' instead of 'pack_length()' to get length of field. Store suffix_length last for varbinary (blob) objects. The above ensures that BLOB/VARBINARY are correctly sorted (shorter strings before longer ones) sql/sql_class.h: Added sort suffix length (to get varbinary/blob to sort correctly) sql/sql_select.cc: Use sort_length() instead of pack_lengths() strings/ctype-bin.c: Don't let strnxfrm_bin store length last Better to do it in MySQL field object to ensure it's done properly for all cases
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.1
-
unknown authored
- fixed test mysql-test/r/rpl_multi_update2.result: fixed setting/reseting environment multi-update with subquery added mysql-test/t/rpl_multi_update2.test: fixed setting/reseting environment multi-update with subquery added sql/sql_update.cc: set 'updating' in both tables list if we have two of them (because of subquery)
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0
-
unknown authored
Re-application of patch to clean 5.0 tree. Fixed issue with ANSI quotes when dumping triggers client/mysqldump.c: BUG# 13146 Re-application of fix to clean 5.0 tree. Added comments for quote_name, moved declarations into proper order, unset MASK_ANSI_QUOTES flag in opt_compatible_mode global when dumping triggers mysql-test/r/mysqldump.result: BUG# 13146 New test results mysql-test/t/mysqldump.test: BUG# 13146 New test
-