- 13 Jun, 2005 1 commit
-
-
joreland@mysql.com authored
Enable retry on startTransaction
-
- 10 Jun, 2005 3 commits
-
-
joreland@mysql.com authored
Fix mem leak in testBlobs
-
joreland@mysql.com authored
Fix stack overflow in ndb_cpcd on amd64
-
joreland@mysql.com authored
script fixes for solaris
-
- 09 Jun, 2005 2 commits
-
-
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 13 commits
-
-
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
-
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 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 11 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
-