- 09 Jun, 2005 5 commits
-
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
ramil@mysql.com authored
a fix (bug #11193: error messages gets garbled after reggies latest changeset: ChangeSet@1.2260.1.).
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
joreland@mysql.com authored
small script fixes - Don't use hostname -s as it's linux specific - Don't remove result unless scp worked
-
joreland@mysql.com authored
bug#10711 bug#10058 bug#9363 bug#9025 bug#8918
-
- 08 Jun, 2005 1 commit
-
-
joreland@mysql.com authored
Fix potential inconsistency when running ndb_restore due to faulty parsing of backup log wrt inserts
-
- 07 Jun, 2005 23 commits
-
-
reggie@mdk10.(none) authored
This was necessary because the old code would return "w+" for O_RDONLY|O_SHARE for example.
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/41test3
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
check table->file->inited to catch incorrect calling sequence.
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
igor@rurik.mysql.com authored
Fixed bug #9899: erronious NOT_NULL flag for some attributes in the EXPLAIN table.
-
monty@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
incorrect handling of writeTuple with multi op transaction
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Fix instead wrong call to ha_key_cmp This is related to bug #10741 Inserting double value into utf8 column crashes server
-
igor@rurik.mysql.com authored
Removed an extra space char.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
Fixed bug #11088: a crash for queries with GROUP BY a BLOB column + COUNT(DISTINCT...) due to an attempt to allocate a too large buffer for the BLOB field. Now the size of the buffer is limited by max_sort_length. group_by.test, group_by.result: Added a test case for bug #11088.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
elliot@mysql.com authored
into mysql.com:/Users/emurphy/src/work/mysql-4.1
-
elliot@mysql.com authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
bar@mysql.com authored
produces invalid query results mi_key.c: well_formed_length should be executed before space trimming, not after. ctype_utf8.test: ctype_utf8.result: adding test.
-
lenz@mysql.com authored
when doing "make install" (they are not needed/useful) outside the build tree. Added "mysql_client_test" to the "MySQL-bench" RPM. - some small RPM spec file improvements (more variables than hard-coded values, cleanups)
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
-
elliot@mysql.com authored
-
- 06 Jun, 2005 4 commits
-
-
bar@mysql.com authored
Adding test. ctype-win1250ch.c: Bug #9759 Empty result with 'LIKE' and cp1250_czech_cs Wrong min_sort_char fix.
-
mronstrom@mysql.com authored
into mysql.com:/Users/mikron/bug10901
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/bug10948
-
stewart@mysql.com authored
-
- 05 Jun, 2005 2 commits
-
-
kent@mysql.com authored
Try kill all children to the mysql-test-run process when exiting mtr_process.pl: Added new function mtr_exit() that try kill all children to the mysql-test-run process when exiting mysql-test-run.pl: Try kill all children to the mysql-test-run process when exiting New --vardir caused problems on Windows Changed faulty calls to error() to mtr_error()
-
serg@serg.mylan authored
'#pragma interface' (that comes with the #include'd header file)
-
- 04 Jun, 2005 4 commits
-
-
konstantin@mysql.com authored
Add test coverage for SHOW WARNINGS LIMIT a, b;
-
stewart@mysql.com authored
BUG#9826 Server crash on schema change ("drop table", "alter table") with NDB See note on 10948 for detailed explanation. struct a { void* a; long long b[1]; }; on PPC32 (and 32bit pa risc): 16 on x86: 12 so a malloc(sizeof(void*)+extra_bits) is wrong. Assuming that the long long is 64 bit aligned as non-aligned 64bit accesses are rather expensive on ppc. Thanks to paulus for doing the PPC port of valgrind. Without which I would no doubt still be trying to find this.
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
- 03 Jun, 2005 1 commit
-
-
mronstrom@mysql.com authored
After review fix Copy from internal state to share state only when in lock write mode (happens only when lock table x write has been performed since update_state_info is only called when holding a TL_READ_NO_INSERT lock normally. Previous patch would have failed in combination with delayed writes.
-