bell@sanja.is.com.ua
27395a2fb1
fixed joincleunup to avoid double deletin tables, and too earlyfull cleanup in case of EXPLAIN
...
fixed cleunup of TMP_TABLE_PARAM
(BUG#6406)
2004-11-16 00:16:04 +02:00
bell@sanja.is.com.ua
77540c8996
moved procedure list initialization (BUG#6517)
2004-11-15 14:37:40 +02: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
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
acurtis@pcgem.rdg.cyberkinetica.com
6f39bf2b9c
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug6469
2004-11-11 17:12:25 +00:00
acurtis@pcgem.rdg.cyberkinetica.com
e0527b1750
Merge pcgem.rdg.cyberkinetica.com:/mnt/staff/repositories/mysql-4.1
...
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/bug6469
2004-11-11 17:07:57 +00:00
tomas@poseidon.ndb.mysql.com
09ee973411
ndb_test_platform.cpp:
...
better printouts in ndb_test_platform
2004-11-11 16:51:38 +00:00
tomas@poseidon.ndb.mysql.com
37d1b4ecd5
waiter.cpp:
...
fixed so that connectring option works
2004-11-11 16:38:15 +00:00
tomas@poseidon.ndb.mysql.com
33bb73da67
mysql-test-run.sh:
...
made sleep time for second master larger so that it has time to start
2004-11-11 16:06:47 +00:00
tomas@poseidon.ndb.mysql.com
399ad08e4f
basestring_vsnprintf fix for size==0
2004-11-11 15:53:33 +00:00
jani@a80-186-24-72.elisa-laajakaista.fi
54dac2cfac
Some code clean-up and optimization.
2004-11-11 16:59:36 +02:00
ram@gw.mysql.r18.ru
98df9313c0
A fix (bug #6564 : QUOTE(NULL) returns NULL, not the string 'NULL')
2004-11-11 18:20:40 +04:00
jani@a80-186-24-72.elisa-laajakaista.fi
4f04217879
Removed check for .ini file elsewhere, except on Windows.
2004-11-11 16:20:39 +02:00
monty@mysql.com
7c9b83fc92
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-11-11 15:22:34 +02:00
tomas@poseidon.ndb.mysql.com
e0a3e48f7e
forgot a return 0
...
removed some errorcodes not used
2004-11-11 13:22:33 +00:00
monty@mysql.com
20eb74dcda
Write fatal errors even if silent is used in client_test
2004-11-11 14:59:13 +02:00
tomas@poseidon.ndb.mysql.com
fd39778fcf
ndbcluster.sh:
...
fixed typo
2004-11-11 11:08:37 +00:00
tomas@poseidon.ndb.mysql.com
8b0101a0d7
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-11-11 10:31:34 +00:00
tomas@poseidon.ndb.mysql.com
6a9cbe487e
added ndb error codes and better explanations
2004-11-11 10:05:28 +00:00
guilhem@mysql.com
5d35cc0d8e
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-clean
2004-11-11 10:25:28 +01:00
guilhem@mysql.com
91a40d4220
Fix for autobuild failure: forgotten ';' (bison 1.875 accepts if it's not there, but 1.75 does not)
2004-11-11 10:24:16 +01:00
ram@gw.mysql.r18.ru
1d967b8dcf
A fix (bug #6551 : UMASK_DIR & UMASK not taken into account (mysqld.cc my_init.c inconsistency)).
...
my_umask and my_umask_dir initialization has been moved to the my_init() func.
2004-11-11 12:35:55 +04:00