ndbdev@ndbmaster.mysql.com
b7bbb21771
Fix braces wrt to DBUG_xxx
2004-09-06 21:49:04 +02:00
tomas@poseidon.(none)
cfad8eccc4
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-06 18:31:43 +00:00
tomas@poseidon.(none)
77cd417c7e
fixed so that ndbcluster and mysqld can be started independently
...
fixed some error codes in Ndb so that 4009-cluster failure is returned when cluster is not up
2004-09-06 18:30:57 +00:00
joreland@mysql.com
1cc60149ea
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-06 15:17:09 +02:00
joreland@mysql.com
d0b730dd17
testReadPerf fixes
2004-09-06 15:15:35 +02:00
tomas@poseidon.(none)
3e3a1ff1e1
-d default on ndb_mgmd and ndbd
...
-i depricated on ndbd
fixed bug in shutdown command in ndb_mgm
2004-09-06 12:36:01 +00:00
joreland@mysql.com
1e17dca88b
testReadPerf
...
Divide by loops aswell
2004-09-06 13:29:49 +02:00
tomas@poseidon.(none)
41bd91a409
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-06 10:47:04 +00:00
tomas@poseidon.(none)
2192d179d2
added ndb_mgm_destroy_configuration call
...
fixed memory leak in object map
fixed uninitialized value blobs_pending
2004-09-06 10:46:23 +00:00
joreland@mysql.com
c20c8baf2e
removed faked do_work
2004-09-06 10:13:54 +02:00
joreland@mysql.com
b484ed6168
merge
2004-09-06 10:05:55 +02:00
joreland@mysql.com
aa4402dd80
merge
2004-09-06 07:43:31 +02:00
joreland@mysql.com
02fbe60cec
Added testReadPerf that compares different access methods
...
- pk read (batch and serial)
- unique index read (batch and serial)
- eq-bound ordered index
- range ordered index
- sorted range ordered index
- interpretered scan
2004-09-06 07:08:40 +02:00
bell@sanja.is.com.ua
ad6ad34b45
memory leak fixed
2004-09-05 10:57:26 +03:00
monty@mysql.com
5d71817c70
After merge fixes
2004-09-05 02:31:11 +03:00
monty@mysql.com
9d8555c0f0
Merge with 4.0 to get latest bug fixes
2004-09-04 15:59:49 +03:00
gluh@gluh.mysql.r18.ru
dfd310fc00
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
2004-09-04 08:59:08 +04:00
joreland@mysql.com
040fcb2d1e
Fixed initialization of trans id
2004-09-03 22:20:03 +02:00
serg@serg.mylan
9153fd2ae4
merged
2004-09-03 22:12:27 +02:00
serg@serg.mylan
9b0468bc96
BUG#5327 - mi_sort_index() of 2-level tree
2004-09-03 22:04:08 +02:00
konstantin@mysql.com
bdec2c603b
A fix for bug#4368 '"like" fails in PreparedStatement, crashes
...
server': the bug occurs when arguments of LIKE function are in
differentcharacter sets. If these character sets are compatible,
we create an item-converter. In prepared mode, this item
needs to be created in memory of current prepared statement.
2004-09-03 23:28:49 +04:00
vva@eagle.mysql.r18.ru
c3cb5980c2
define macro "DEFINE_ALL_CHARACTER_SETS" in the configure.in completely
2004-09-04 00:28:48 +05:00
paul@kite-hub.kitebird.com
38f462ae6f
sql_yacc.yy:
...
Allow FROM or IN in SHOW KEYS, as in other SHOW statements.
2004-09-03 10:56:55 -05:00
gluh@gluh.mysql.r18.ru
9700398e8b
Fix for bug #4373 : \u behaves differently
2004-09-03 19:56:24 +04:00
serg@serg.mylan
e66d0fa7d8
add engine=MyISAM to all create table statements in
...
mysql_create_system_tables, just in case
2004-09-03 17:20:00 +02:00
tomas@poseidon.(none)
73366eafc5
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-03 15:12:34 +00:00
tomas@poseidon.(none)
caf79dacfe
renamed ha_recovery_logging to ha_enable_transaction
...
added tests to alter table for "large" alter tables and truncates in ndbcluster
added debug printout in restart() in ndbcluster
added flag THD::transaction.on to enable/disable transaction
2004-09-03 15:11:09 +00:00
ram@gw.mysql.r18.ru
f91ca0bd66
A fix (Bug #4980 : union statement with () union () order by produces wrong explain).
2004-09-03 19:59:29 +05:00
vva@eagle.mysql.r18.ru
15eb33ab44
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
2004-09-03 19:32:18 +05:00
vva@eagle.mysql.r18.ru
0fda2f6b97
1. discarded term.h from the distribution
...
2. changed key_* to el_ley_* in the libedit key.h
(because it's in the conflict with the aix definitions)
3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h
4. added definition of MIN in the cmd-line-utils/libedit/read.c
(if it wasn't defined yet)
5. discarded definition of SUNOS macro from configure.in
(now we don't include term.h in the el.h at all)
2004-09-03 17:47:36 +05:00
joreland@mysql.com
eff2fa5ee5
Remove usage of row count (as it trashes _all_ explain & table status)
...
Use order by
2004-09-03 14:46:39 +02:00
joreland@mysql.com
62dae75094
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-09-03 13:56:11 +02:00
joreland@mysql.com
c90fdd44a9
Added support for HA_READ_ORDER +
...
Added table statistics
2004-09-03 13:55:40 +02:00
tomas@poseidon.(none)
bb044466a8
introduced my_init() in backwards compatible Ndb constructor
2004-09-03 11:24:14 +00:00
monty@mysql.com
936eb4b4f4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-09-03 02:26:00 +03:00
monty@mysql.com
bb4ccdb177
Remove extra '/' after mysql_real_data_home
...
Add missing parameter to strxnmov() that caused some INTO OUTFILE commands to core dump
2004-09-03 02:25:27 +03:00
paul@kite-hub.kitebird.com
f7bc60e0fc
errmsg.txt:
...
Add GPL comment
2004-09-02 18:12:05 -05:00
mronstrom@mysql.com
5bd4d59508
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/mikron/mysql-4.1
2004-09-02 19:29:11 +02:00
heikki@hundin.mysql.fi
290443298a
srv0start.c:
...
Change a reference to ibman.php to a reference in the MySQL manual; someone should change the 20 other places in the source code where we still refer to ibman.php
2004-09-02 20:06:25 +03:00
konstantin@mysql.com
2f191db2b1
A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME
...
parameters": when unpacking binary time recieved from client, handle
the case when length is 0: it means all MYSQL_TIME members are zero.
2004-09-02 20:16:01 +04:00
tomas@poseidon.(none)
6ae278a6bb
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.(none):/home/tomas/mysql-4.1-ndb
2004-09-02 15:52:46 +00:00
tomas@poseidon.(none)
1e6925802a
fixed wrong initial auto increment value bug#5369
2004-09-02 15:51:44 +00:00
mronstrom@mysql.com
b258da8b5e
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/Users/mikron/mysql-4.1-ndb
2004-09-02 17:02:47 +02:00
tomas@poseidon.(none)
72083ff6ed
see resp file
2004-09-02 15:02:46 +00:00
monty@mysql.com
8547d98c88
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-09-02 16:58:01 +03:00
monty@mysql.com
dec44916c1
After merge fixes
2004-09-02 16:57:26 +03:00
mronstrom@mysql.com
99f9ff912f
Fix for overwriting of the stack when table name length was larger
...
than 32 bytes. getWords interpreted length as number of words and
got number of bytes.
2004-09-02 15:13:50 +02:00
mronstrom@mysql.com
40eaddfbb7
Fix for bug overwriting stack when table name larger than 32 bytes.
...
getWords interprets the length as number of words and previously
number of bytes was sent in.
2004-09-02 15:08:17 +02:00
mronstrom@mysql.com
22f21ba700
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/mikron/mysql-4.1
2004-09-02 15:04:35 +02:00
pekka@mysql.com
9683b335e4
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/space/pekka/ndb/version/my41-blobs
2004-09-02 14:11:47 +02:00