joreland@mysql.com
32cd5acd38
wl1668 -
...
Add support for getting events via mgmapi
removed all traces of stat port
2004-09-16 18:02:41 +02:00
joreland@mysql.com
27a4e6e29e
drop table after test (if created & success)
2004-09-15 15:57:12 +02:00
joreland@mysql.com
8870f53e33
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-15 15:32:49 +02:00
joreland@mysql.com
a01963dfad
New test prg, testLcp
2004-09-15 15:17:16 +02:00
joreland@mysql.com
770c8ecfdd
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-15 15:12:51 +02:00
tomas@poseidon.(none)
9201b78b5f
fixed bug in bank
2004-09-15 10:46:20 +00:00
konstantin@mysql.com
452b62b81a
Fix the test case to make it more predictable (cause: 4.1.5 test failure
...
on intelxeon3 (Solaris x86))
2004-09-15 14:25:58 +04:00
ram@gw.mysql.r18.ru
b3dc9f65b0
A fix (bug #5540 : CONCAT function and 'double' type).
2004-09-15 15:13:17 +05:00
ram@gw.mysql.r18.ru
1dd895d4e1
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5546
2004-09-15 14:00:52 +05:00
bar@mysql.com
0f39138756
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1
2004-09-15 13:45:44 +05:00
ram@gw.mysql.r18.ru
b5da3c1997
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5546
2004-09-15 13:45:44 +05:00
tomas@poseidon.(none)
57256494d2
CommandInterpreter.cpp:
...
removed help text for non implemented command
2004-09-15 08:45:43 +00:00
tomas@poseidon.(none)
4447c23df6
fixed cosmetic printouts
2004-09-15 08:39:12 +00:00
tomas@poseidon.(none)
db1e528463
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-15 08:27:51 +00:00
bar@mysql.com
dcfb23f37f
mysql.cc:
...
SQL_SELECT_LIMIT=0 protection
2004-09-15 13:26:47 +05:00
tomas@poseidon.(none)
d475ddbeda
bug, forgot to set to zero
2004-09-15 08:23:44 +00:00
bar@mysql.com
1992322af5
Restoring old code to be used with 4.0 server if 4.1-compient query fails.
...
Restoring displaying database and user which was removed in a mistake
in the previous change.
2004-09-15 10:06:30 +05:00
konstantin@mysql.com
10aedc87d8
Fix the test case for bug#4231 (which before was passing just by occasion)
2004-09-15 02:43:17 +04:00
konstantin@mysql.com
da7dbde8f4
Fix warnings reported by aclocal > 1.8 (Underquoted definition of ...)
2004-09-15 02:15:11 +04:00
ingo@mysql.com
89b29aa1b3
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-bug5318
2004-09-14 18:17:03 +02:00
paul@kite-hub.kitebird.com
d10383d6df
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
2004-09-14 11:17:02 -05:00
tomas@poseidon.(none)
db1604a7c7
fix to make transaction failure also affect select count() on other tables in thread
2004-09-14 16:17:01 +00:00
tomas@poseidon.(none)
457dfbe779
Added testcase for select count() during transaction with failures
...
added fix for keeping "records" up to date when execute() fails
2004-09-14 15:51:57 +00:00
ram@gw.mysql.r18.ru
4a2cc99d3f
code clean-up
2004-09-14 18:57:22 +05:00
tomas@poseidon.(none)
f896a690f8
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-14 12:48:42 +00:00
tomas@poseidon.(none)
62c5d4a372
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-14 12:48:05 +00:00
tomas@poseidon.(none)
fc174af248
new method to set size of local table data
...
clearer configure description texts
changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
moved allocation/deletion of Ndb objects to Thd_ndb
2004-09-14 12:47:34 +00:00
ram@gw.mysql.r18.ru
998504d715
A fix (bug #5546 : mysqld crash on PURGE MASTER LOGS BEFORE '...' with log-bin off).
2004-09-14 17:30:57 +05:00
ingo@mysql.com
38767cadba
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-bug5318
2004-09-14 13:50:30 +02:00
ingo@mysql.com
ce8db2bfb7
BUG#5318 - failure: 'IGNORE_SPACE' affects numeric values after DEFAULT.
...
Added a check to recover from IGNORE_SPACE in this situation:
<ident-character(s)><space><dot><ident-character(s)>
The ignored space led to the false identification of the dot
as an ident separator (like "db.table").
2004-09-14 13:49:08 +02:00
joerg@mysql.com
020731f71e
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/M41/mysql-4.1
2004-09-14 11:30:01 +02:00
tomas@poseidon.(none)
24ceb26d4d
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-14 09:15:43 +00:00
tomas@poseidon.(none)
aecd1e5d7f
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb-merge
2004-09-14 08:55:09 +00:00
ram@gw.mysql.r18.ru
3997051d94
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
2004-09-14 13:55:03 +05:00
tomas@poseidon.(none)
21a4b1b4e6
moved all ndb thread specific data into new placeholder
...
new methods to keep "records" up to date
unset flag HA_NOT_EXACT_COUNT to make handler read "records" field, for count() optim and join optimization
new methods to keep "records" up to datecorrect record field in ndbcluster handler
new method for ndbcluster handler to store/retrieve table and thread specific data
changed local hash to store new table_info object, with placeholders for local data, instead of TableImpl
hanged deleteKey to return ponter to deleted object
moved heavy global cache fetch from inline to separate method
2004-09-14 08:52:21 +00:00
ram@gw.mysql.r18.ru
beb5d60a6b
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b5497
2004-09-14 13:09:51 +05:00
bar@mysql.com
737a0dbca1
ctype-ucs2.c:
...
Bug#5523 Test failure: 'ctype_uca'
Type cast should have been applied to shift and bit-and operation results, not to min_sort_char/max_sort_char before the operation.
2004-09-14 13:02:20 +05:00
joerg@mysql.com
41aadd909d
Syntax correction for bug#5560.
2004-09-14 09:46:05 +02:00
joreland@mysql.com
19a5d67ee3
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-09-14 09:30:03 +02:00
joreland@mysql.com
618ada6345
removed printout
2004-09-14 09:27:06 +02:00
joreland@mysql.com
d2f51fb7ce
Fix UtilTransaction::verifyIndex wrt to null handling
2004-09-14 09:08:03 +02:00
hf@deer.(none)
4e5c179ff1
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.5396
2004-09-14 11:37:16 +05:00
hf@deer.(none)
64a3e17f34
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.5396
2004-09-14 11:35:57 +05:00
hf@deer.(none)
118669b418
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.4815
2004-09-14 10:07:17 +05:00
hf@deer.(none)
7ec92d572c
Merging
2004-09-14 10:04:35 +05:00
joerg@mysql.com
481f8d5b1c
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/M41/mysql-4.1
2004-09-13 23:31:15 +02:00
paul@kite-hub.kitebird.com
437e680e8a
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
2004-09-13 14:57:50 -05:00
paul@kite-hub.kitebird.com
1f32b3d2f4
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
2004-09-13 11:50:03 -05:00
hf@deer.(none)
610913c8b9
Additional fix about paths
2004-09-13 21:49:41 +05:00
joreland@mysql.com
29c5bfb21e
Fix ; when compiling release
2004-09-13 18:46:56 +02:00