jonas@eel.(none)
3b68047235
bug#12118 - ndb alter table data loss
...
Split table version into 2 (major, minor)
Impl. signaling to API when table has been altered
Allow running transactions to use any minor number for transactions
2005-08-18 14:02:25 +02:00
joreland@mysql.com
c0b4c8f13d
ndb - only run ndb_config test when using "default" config
2005-07-26 16:12:17 +02:00
joreland@mysql.com
be8d46028f
ndb_config test requires ndb
2005-07-26 07:59:10 +02:00
joreland@mysql.com
0cd9e2e269
fix compile error
2005-07-25 13:47:40 +02:00
joreland@mysql.com
07cdfdca69
ndb - Fix LCP during SR parameters
2005-07-25 12:41:25 +02:00
joreland@mysql.com
b285050e52
ndb - add mysql-test-run test case for ndb_config
2005-07-24 17:35:39 +02:00
joreland@mysql.com
5490cdfb24
Add tool to extract config info from ndb_mgmd
2005-07-23 12:06:02 +02:00
joreland@mysql.com
a7830ed93c
bug#11942 - ndb - backup during DDL
...
fix bug introduced in alter table
2005-07-21 11:13:07 +02:00
joreland@mysql.com
bb73ba0902
bug#11942 - ndb backup
...
fix error code to avoid clash with 5.0/5.1
2005-07-20 13:21:49 +02:00
joreland@mysql.com
884559e3bf
bug#11942 - ndb backup with parallell DDL
...
add testcase to autotest
2005-07-20 12:39:45 +02:00
joreland@mysql.com
9f707b6734
bug#11942
2005-07-20 11:48:48 +02:00
joreland@mysql.com
fa11c5bf10
ndb -
...
fix bug in MemoryChannel
2005-07-04 10:18:36 +02:00
joreland@mysql.com
5ec5cde271
bug#11133 - ndb write handling
...
fix handling of write's in lock queue
add test case
add support for pkWrite+async exec in HugoOperations
2005-07-01 09:57:48 +02:00
joreland@mysql.com
544a8acad2
ndb autotest - merge jebs fixes
2005-06-30 10:10:12 +02:00
bell@sanja.is.com.ua
f4a30c4d3b
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug3-4.1
2005-06-28 22:59:16 +03:00
bell@sanja.is.com.ua
9283e3e3e8
fixed not_null_tables() for IN() (BUG#9393)
...
(IN() remove NULL rows only for tables from first argument (value which we looking for in IN() list) but not for tables from IN() list)
Also it will be better change Item::not_null_tables() to prohibit this optimisation by default for new created items in 5.0 or 5.1.
2005-06-28 22:20:25 +03:00
marko@hundin.mysql.fi
f230d35c64
Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/marko/mysql-4.1
2005-06-28 15:33:41 +03:00
igor@rurik.mysql.com
1776464568
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into rurik.mysql.com:/home/igor/mysql-4.1
2005-06-28 05:33:40 -07:00
monty@mysql.com
10c4678def
Move reset of insert_values to ensure it's done also during error conditions
...
This fixed a failure of insert_update.test on some platforms
2005-06-28 15:06:16 +03:00
igor@rurik.mysql.com
04e6f472dd
Merge rurik.mysql.com:/home/igor/mysql-4.1
...
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
2005-06-28 03:24:06 -07:00
igor@rurik.mysql.com
42bb0eaf9f
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into rurik.mysql.com:/home/igor/mysql-4.1
2005-06-28 03:20:00 -07:00
igor@rurik.mysql.com
be1478f6f9
group_by.result, group_by.test:
...
Added a test case for bug #11414 .
sql_select.cc:
Fixed bug #11414 : crash on Windows with some simple
GROUP BY queries.
It happened to an allocation of an array containing
0 Copy_field elements in setup_copy_fields.
The bug had been already fixed in 5.0.
2005-06-28 03:18:37 -07:00
bar@mysql.com
46536c3a60
ctype_ucs.result, ctype_ucs.test, ctype_utf8.result, ctype_utf8.test:
...
Fixing tests accordingly.
ctype-ucs2.c:
The same fix for UCS2.
ctype-utf8.c:
Bug #9557
MyISAM utf8 table crash
The problem was that my_strnncollsp_xxx could
return big value in the range 0..0xffff.
for some constant pairs it could return 32738,
which is defined as MI_FOUND_WRONG_KEY in
myisamdef.h. As a result, table considered to
be crashed.
Fix to return -1,0 or 1.
2005-06-28 15:00:22 +05:00
kent@mysql.com
eaec18bda6
Makefile.am:
...
Bug#9873, reenabled --without-man option to work
2005-06-28 04:49:03 +02:00
kent@mysql.com
7817b69d80
configure.in:
...
Enable build with CXX=gcc and gcc version 4
2005-06-28 04:44:27 +02:00
kent@mysql.com
fab90ce856
mysqld.dsp:
...
Corrected quoting of string "pro-nt"
2005-06-28 04:37:01 +02:00
kent@mysql.com
b3a00568fb
opt_range.cc:
...
Added missing `;' to DBUG_RETURN()
2005-06-28 04:33:06 +02:00
monty@mysql.com
ec35d6bfca
Fix test after last push
2005-06-27 20:31:02 +03:00
monty@mysql.com
f23603ffeb
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/my/mysql-4.1
2005-06-27 20:31:01 +03:00
monty@mishka.local
7398252d02
Portability fixes
...
Fixes while reviewing new pushed code
NULL as argument to encrypt/decrypt should return NULL without a warning
2005-06-27 20:31:00 +03:00
marko@hundin.mysql.fi
99efe90098
InnoDB: After review fixes
2005-06-27 17:25:37 +03:00
marko@hundin.mysql.fi
8064ee217f
InnoDB: Optimize the extension of files. This will greatly speed
...
up CREATE TABLE in innodb_file_per_table=1 mode.
2005-06-27 17:04:57 +03:00
monty@mysql.com
4f5f33473c
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/my/mysql-4.1
2005-06-27 16:49:55 +03:00
monty@mishka.local
6db013ef86
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mishka.local:/home/my/mysql-4.1
2005-06-27 16:47:44 +03:00
monty@mishka.local
83f90e060e
Better bug fix for:
...
#9728 'Decreased functionality in "on duplicate key update
#8147 'a column proclaimed ambigous in INSERT ... SELECT .. ON DUPLICATE'
This ensures fields are uniquely qualified and also that one can't update other tables in the ON DUPLICATE KEY UPDATE part
2005-06-27 16:46:41 +03:00
msvensson@neptunus.(none)
87d681c7bb
Include <sys/wait.h> to get WEXITSTATUS
2005-06-27 15:11:40 +02:00
msvensson@neptunus.(none)
f8472c0e49
Add "#include <stdlib.h>" to define WEXITSTATUS
2005-06-27 15:01:49 +02:00
msvensson@neptunus.(none)
13a02cfad2
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-06-27 09:53:11 +02:00
igor@rurik.mysql.com
7994f27c43
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into rurik.mysql.com:/home/igor/mysql-4.1
2005-06-25 05:45:50 -07:00
ingo@mysql.com
2dcf451b81
Bug#10178 - failure to find a row in heap table by concurrent UPDATEs
...
Moved the key statistics update to info().
The table is not locked in open(). This made wrong stats possible.
No test case for the test suite.
This happens only with heavy concurrency.
A test script is added to the bug report.
2005-06-24 17:47:09 +02:00
ramil@mysql.com
b0e6db14c5
backport for #10568 : Function 'LAST_DAY(date)' does not return NULL for invalid argument.
2005-06-24 14:04:48 +05:00
ramil@mysql.com
66330a9d59
an improvement (bug #7851 : C++ 'new' conflicts with kernel header asm/system.h).
2005-06-24 12:51:11 +05:00
timour@mysql.com
5237de7a71
Merge tkatchaounov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/timka/mysql/src/4.1-virgin
2005-06-23 22:40:04 +03:00
igor@rurik.mysql.com
2a7471a6f1
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into rurik.mysql.com:/home/igor/mysql-4.1
2005-06-23 10:09:01 -07:00
msvensson@neptunus.(none)
84e5118931
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-06-23 19:06:35 +02:00
timour@mysql.com
1994b8b8ea
Merge tkatchaounov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/timka/mysql/src/4.1-virgin
2005-06-23 20:06:35 +03:00
kent@mysql.com
9e8b8f7cec
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gca
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
2005-06-23 19:06:35 +02:00
igor@rurik.mysql.com
1c348f48a9
Merge rurik.mysql.com:/home/igor/mysql-4.1
...
into rurik.mysql.com:/home/igor/dev/mysql-4.1-1
2005-06-23 10:06:35 -07:00
sergefp@mysql.com
009e2457d9
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/psergey/mysql-4.1-bug10151
2005-06-23 19:06:34 +02:00
evgen@moonbone.local
be76efab84
sql_parse.cc:
...
Fix for fix for bug #9728
Error caused server hang on prepared insert ... select
2005-06-23 21:06:33 +04:00