- 07 Jun, 2005 20 commits
-
-
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
-
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 10 commits
-
-
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.
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
mronstrom@mysql.com authored
Analyze table corrupts the state on data_file_length, records, index_file_length... by writing the shared state when there is an updated internal state due to inserts or deletes Fixed by synching the shared state with the internal state before writing it to disk Added test cases of 2 error cases and a normal case in new analyze test case
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
and HAVE_ATOMIC_ADD/HAVE_ATOMIC_SUB is tested in configure
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-