- 07 Jun, 2005 9 commits
-
-
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
-
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 3 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.
-
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 12 commits
-
-
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
-
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
-
hartmut@mysql.com authored
- support additional platforms (OpenBSD, Darwin) - make use of /proc/cpuinfo CPU flag information (needed to distinguish EMT64 Xeons from normal ones) - chose the right CPU related options depending on GCC version and target architecture - check if the chosen CPU type is actually supported by the GCC version , fallback to CPUs predecessor until test compile succeeds
-
ndbdev@dl145b.mysql.com authored
Bug #11064 some read error not detected in replication on 64-bit platform
-
hartmut@mysql.com authored
BUG#10696
-
bar@mysql.com authored
adding test field.cc: bug#10714 Inserting double value into utf8 column crashes server: sprintf was executed with too big length, which caused crash on some Windows platforms.
-
- 02 Jun, 2005 10 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
tulin@dl145b.mysql.com authored
into dl145b.mysql.com:/home/ndbdev/tomas/tmp
-
tulin@dl145b.mysql.com authored
Bug #11050 ndb_mgm "show" prints incorrectly after master data node fails
-
reggie@monster. authored
-
bar@mysql.com authored
set_var.cc: variables.result variables.test Bug #10904 Illegal mix of collations between a system variable and a constant Changing coercibility of system variables to SYSCONST, to be the same with USER(), DATABASE(), etc.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
brian@zim.(none) authored
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-