bar@mysql.com
ba5e76a83d
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1
2004-11-16 16:50:17 +04:00
bar@mysql.com
4e674084f6
ctype-tis620.c:
...
Space allocated didn't take in account trailing '\0' bytes.
2004-11-16 16:45:47 +04:00
ram@gw.mysql.r18.ru
f0355a6737
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6449
2004-11-16 16:10:45 +04:00
tomas@poseidon.ndb.mysql.com
8ee2a1836e
Also print warning if there is an ndb->mysql errorcode mapping, this since the warning provides valuable info to the user
2004-11-16 12:10:44 +00:00
ram@gw.mysql.r18.ru
dde88ea82b
A fix (bug #6449 : DO server-crashing bug).
2004-11-16 14:36:25 +04:00
tomas@poseidon.ndb.mysql.com
5b905808d9
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-11-16 09:28:17 +00:00
tomas@poseidon.ndb.mysql.com
4d89516226
Makefile.am:
...
changed link order to fix linking problems
2004-11-16 09:10:29 +00:00
bar@mysql.com
aab6e8b7a2
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-4.1
2004-11-16 12:09:49 +04:00
bar@mysql.com
629f1bb616
Bug #6552 CHAR column w/o length is legal, BINARY w/o length is not
2004-11-16 12:05:13 +04:00
tomas@poseidon.ndb.mysql.com
fc90cdb414
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-11-16 07:24:50 +00:00
tomas@poseidon.ndb.mysql.com
b8713e5e9c
provided better error printout for mismatch of node types in configuratoin fetch
...
fixed to that mgmt server actually uses the connectsring
2004-11-16 07:24:11 +00:00
guilhem@mysql.com
fb8b9ca6a4
compilation failures fixes. mysqldump now compiles on AIX 4.3.
2004-11-16 00:10:32 +01:00
guilhem@mysql.com
99417e07eb
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-clean
2004-11-15 23:52:04 +01:00
tomas@poseidon.ndb.mysql.com
95621f4a3e
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-mysqladmin
2004-11-15 21:42:52 +00:00
bar@mysql.com
8a2ef0a2ca
Bug#6608: MySQL server crash in some query with tis620 character set.
...
The bug was that the function allocates 'a', then changes the value
of 'a' with the operator ++, and then tries to free 'a'!
2004-11-15 21:26:16 +04:00
lars@mysql.com
b7cfe5ecad
BUG#6353 V2:
...
Replication using replicate-rewrite-db did not work for LOAD DATA INFILE.
Now is does. There was one place in the code that used current database
instead of the rewrite database.
2004-11-15 17:03:54 +01:00
tomas@poseidon.ndb.mysql.com
16e34bd27d
changed compile order, mysqladmin with ndbcluster extensions needs ndb to be compiled first
...
added libs variable for ndbmgmclient used by mysqladmin
add linkage with @ndb_mgmclient_libs@
additional options for ndbcluster
added support for managing the cluster to mysqladmin
added DEFINE_CXA_PURE_VIRTUAL flag to CFLAGS to enable linkage with c++ libs
use macros for C_MODE_START/END so that define of FIX_GCC_LINKING_PROBLEM works in c-programs
2004-11-15 12:40:32 +00:00
tomas@poseidon.ndb.mysql.com
a2177a2f35
always let traffic through to api cluster manager in transporter
...
print some info event on api connects with wrong versions
2004-11-15 12:20:05 +00:00
tomas@poseidon.ndb.mysql.com
7e096e74ab
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-11-15 10:23:31 +00:00
guilhem@mysql.com
e8049f0649
Try to lower the probability of a stall of mysqldump AND most client connections, when mysqldump does a FLUSH TABLES WITH READ LOCK
...
(doing FLUSH TABLES first).
2004-11-14 17:45:37 +01:00
guilhem@mysql.com
70fdd5e079
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-clean
2004-11-14 17:19:26 +01:00
guilhem@mysql.com
8387d0000c
allowing --master-data without arg to be compatible with < 4.1.8 mysqldump.
2004-11-14 17:18:31 +01:00
tomas@poseidon.ndb.mysql.com
0d55af3f0e
moved ndb_restore together with rest of the ndb tools
...
kernel includes needed by ndb_restore
changed link order
moved LocalConfig to mgmapi
Moved NdbConfig to Portlib
mgmapi to use LocalConfig for connectstring parsing instead of it's own
enable usage of "NULL" connectstring for default
new ndbmgmclient lib that can be used by e.g. mysqladmin later
LocalConfig no longer needed here, now in mgmapi
Send connectstring to mgmapi instead
added valid connectstring to be with only host without port i.e.
valid connectstring =host1,host2,host3
default port will be added
2004-11-14 11:02:06 +00:00
bell@sanja.is.com.ua
9950ccd278
fixed incorrect using of THD::is_fatal_error
2004-11-14 10:25:38 +02:00
paul@kite-hub.kitebird.com
a6b6352d95
Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.0
...
into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-4.1
2004-11-12 14:15:51 -06:00
paul@kite-hub.kitebird.com
79d8bde11e
Makefile.am:
...
Add -acc flag for texi2html to handle accented characters.
2004-11-12 14:15:06 -06:00
jani@ua141d10.elisa.omakaista.fi
dc66722350
Fixed a function call.
2004-11-12 20:47:41 +02:00
jani@ua141d10.elisa.omakaista.fi
fe0b00985f
Merge with 4.0
2004-11-12 20:38:58 +02:00
jani@ua141d10.elisa.omakaista.fi
4ffbe56644
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
2004-11-12 19:54:49 +02:00
jani@ua141d10.elisa.omakaista.fi
dc6452a4d4
Code cleanup and some optimizations.
2004-11-12 19:54:25 +02:00
jani@ua141d10.elisa.omakaista.fi
76b8c8747d
Removed an unneccessary for() and variable.
2004-11-12 19:22:58 +02:00
monty@mysql.com
08c5b245b8
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-11-12 19:08:33 +02:00
monty@mysql.com
c724163e14
Fix to allow usage of 4.0 tables with 4.1
2004-11-12 19:01:49 +02:00
jani@ua141d10.elisa.omakaista.fi
340ba1cf56
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
2004-11-12 18:31:11 +02:00
jani@ua141d10.elisa.omakaista.fi
379b46128f
Added possibility to run only certain tests by giving the test name(s)
...
as argument(s) after options.
Added option -T to display all current test names.
2004-11-12 18:30:30 +02:00
serg@serg.mylan
eab281e25a
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-11-12 16:48:02 +01:00
monty@mysql.com
b56851fd7a
Merge on pull
2004-11-12 17:48:01 +02:00
monty@mysql.com
e9c3887b58
After merge fixes
2004-11-12 17:44:17 +02:00
serg@serg.mylan
e20732b073
typos in error messages fixed
2004-11-12 16:41:53 +01:00
paul@ice.snake.net
1288f453cc
fill_help_tables.sh:
...
Recognize another Texinfo tag.
2004-11-12 08:45:58 -06:00
paul@ice.snake.net
d927503a96
mysqldump.c:
...
Add missing sentinel.
2004-11-12 07:13:46 -06:00
monty@mysql.com
9252656d49
merge with 4.0
2004-11-12 11:17:53 +02:00
ram@gw.mysql.r18.ru
77fe1baf1d
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6564
2004-11-12 12:38:07 +04:00
ram@gw.mysql.r18.ru
ec025721bd
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6551
2004-11-12 12:36:42 +04:00
monty@mysql.com
bfe2917f89
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-11-12 10:22:15 +02:00
acurtis@pcgem.rdg.cyberkinetica.com
2ad7d5c662
Bug#6123 - GRANT USAGE creates useless mysql.db row
...
Prevent creation of a row which grants no rights
Test included
2004-11-11 20:59:03 +00:00
paul@kite-hub.kitebird.com
8c2f17d1d8
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
2004-11-11 14:56:44 -06:00
paul@kite-hub.kitebird.com
af8d361217
mysqldump.c:
...
Reorder options, revise --hex-blob help string.
2004-11-11 14:55:55 -06:00
serg@serg.mylan
0be3c55594
mi_write: fix for ft2 when found word (in the tree) has different length as the word to insert
2004-11-11 21:26:24 +01:00
heikki@hundin.mysql.fi
38cae36c87
trx0purge.c:
...
Remove duplicated innodb max purge lag code
2004-11-11 21:17:44 +02:00