tomas@poseidon.ndb.mysql.com
8195bfd7d2
this should not occur now after some other fixes w.r.t LOCK_open handeling in ndb and binlog
2006-06-01 12:59:39 +02:00
tomas@poseidon.ndb.mysql.com
3ab132bdeb
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2006-06-01 08:46:23 +02:00
serg@sergbook.mysql.com
2e16f1eccc
after review fixes
2006-05-31 18:07:32 +02:00
mskold@mysql.com
07189b3845
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into mysql.com:/home/marty/MySQL/mysql-5.1-new
2006-05-31 16:16:04 +02:00
tomas@poseidon.ndb.mysql.com
b6f54a737a
Bug #18947 CRBR: order in binlog of create table and insert (on different table) not determ
...
- wait for schema event also if mysqld is a single one in cluster to ensure serialization with data events
+ some current_thd removals
+ enabling kill of sql thread during shema sync wait
2006-05-31 16:16:03 +02:00
ngrishakin@mysql.com
0774b37d2b
disabled.def with ndb_dd_backuprestore test disabled
2006-05-30 23:21:44 +02:00
andrey@lmy004.
3ced49d2f6
manual merged
2006-05-22 21:57:23 +02:00
andrey@lmy004.
b429d73d62
fix for bug #17619 Scheduler race conditions
...
- Scheduler is either initialized at server start or never.
Starting & stopping is now suspending & resuming.
- The scheduler has clear OO interface
- Now all calls to the scheduler are synchronous
- GLOBAL event_scheduler uses thd::sys_var_tmp (see set_var.cc)
- External API is encapsulated into class Events
- Includes fixes for all comments of Kostja's review of 19.05.2005
Starting to merge into 5.1-release (5.1.10) and push
2006-05-22 20:46:13 +02:00
tomas@poseidon.ndb.mysql.com
d0fd5ecde8
Bug #19395 mysqld does not always detect cluster shutdown
...
Bug #17610 ndbapi: dropEventOperation leaves object behind, memleak
2006-05-18 23:38:07 +02:00
tomas@poseidon.ndb.mysql.com
86c898febe
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2006-05-16 20:58:19 +02:00
andrey@lmy004.
743a57fda1
disable events_logs_tests
2006-05-16 12:05:15 +02:00
tomas@poseidon.ndb.mysql.com
5971c0872b
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2006-05-15 20:35:17 +02:00
msvensson@neptunus.(none)
47a578f4e4
Merge neptunus.(none):/home/msvensson/mysql/tmp/tmp_merge
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
2006-05-12 08:45:22 +02:00
mats@mysql.com
1c419c8671
Bug#17400 (CRBR: Delete and update of table w/o PK fails on slave):
...
Fixing bug where UPDATE failed on slave and some cleanup of ndb_unpack_record().
2006-05-11 11:09:58 +02:00
jani@ua141d10.elisa.omakaista.fi
083f8455c7
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
...
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-new
2006-05-09 20:50:29 +03:00
monty@mysql.com
3ecf4de288
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/my/mysql-5.1
2006-05-05 11:38:05 +03:00
tomas@poseidon.ndb.mysql.com
f814a2184a
ndb disabled test case against verified bug
2006-05-05 00:06:44 +02:00
tomas@poseidon.ndb.mysql.com
831031ec02
disable test case since it causes failure in ndb_lock occationally, bug report referenced
2006-05-04 23:35:37 +02:00
tomas@poseidon.ndb.mysql.com
f6ede396c0
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2006-05-04 21:55:12 +02:00
monty@mysql.com
c10f37673c
Fixed compiler warnings
...
Move plugin declarations after system functions have been checked
(Fixes problem with ndb_config failing becasue SHM is not declared)
Fixed some memory leaks
2006-05-04 19:39:47 +03:00
cmiller@zippy.(none)
a5789854ee
Added code to remove closing comment code from event text, as would be
...
supplied inside a /*!VERSION event-text */ segment. (Fixes Bug#18078
2006-05-03 09:55:34 -04:00
msvensson@shellback.(none)
53b842866e
Fix small bug in udf_example.cc, it was processing one char too much and thus returning junk
...
Add more DBUG_PRINT's in udf_handler::val_str
Enable udf.test
2006-04-28 11:37:20 +02:00
knielsen@mysql.com
6c2f477259
Disable unstable test case.
2006-04-28 09:29:40 +02:00
msvensson@shellback.(none)
480a55287d
Disable udf.test
2006-04-27 22:30:14 +02:00
msvensson@shellback.(none)
e5004d1312
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0
...
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-04-27 17:35:29 +02:00
msvensson@shellback.(none)
0e5113aead
Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set envioronment variable UDF_EXAMPLE_LIB if it is.
...
Then check in have_udf if that variable is set. Finally use tahe variable when loading the shared library.
2006-04-27 16:32:40 +02:00
mskold@mysql.com
8af6442ead
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new-ndb
2006-04-27 15:31:32 +02:00
mskold@mysql.com
f42ceea8e6
Disabled rpl_ndb_dd_partitions, new slogan
2006-04-27 15:29:10 +02:00
mskold@mysql.com
b6f64a520b
Enabled rpl_ndb_dd_partitions to see if it still fails
2006-04-27 10:20:33 +02:00
mleich@mysql.com
578406665a
Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/matthias/Arbeit/mysql-5.1/src-Bug
2006-04-26 17:00:58 +02:00
tomas@poseidon.ndb.mysql.com
c1d0294983
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-04-26 08:38:50 +02:00
andrey@lmy004.
679f609793
disable before investigation why test case for 19170 is failing on
...
some platforms.
2006-04-26 07:29:26 +03:00
tomas@poseidon.ndb.mysql.com
0e8ccc1bee
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-04-26 01:13:16 +02:00
tomas@poseidon.ndb.mysql.com
f2d4d4cfaf
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-04-25 22:21:47 +02:00
andrey@lmy004.
e0c68bffb4
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into lmy004.:/work/mysql-5.1-new-clean
2006-04-25 23:14:49 +03:00
mleich@mysql.com
ec163e9d1e
Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/matthias/Arbeit/mysql-5.1/src-Bug
2006-04-25 19:05:07 +02:00
mleich@mysql.com
3bddd31b92
Post merge correction for the Changeset
...
Fixes for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs related to MySQL 4.1
and Bug#16920 rpl_deadlock_innodb fails in show slave status (reported for MySQL 5.1)
- Reactivation of testcase rpl_deadlock_innodb + updated file with expected results
- Removal of wrong entry within disabled.def
2006-04-25 18:28:29 +02:00
jonas@perch.ndb.mysql.com
49d0bd9beb
reenable ndb_cache2 & ndb_cach_multi2 as I've fixed bug-18597
2006-04-25 17:02:50 +02:00
pem@mysql.com
0e2d20b1cb
Merge mysql.com:/extern/mysql/5.1/generic/mysql-5.0-merge
...
into mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
2006-04-25 16:20:49 +02:00
msvensson@neptunus.(none)
92cd4762af
Update disabled message to include bug no.
2006-04-24 14:25:34 +02:00
andrey@lmy004.
6b3fe492ed
enable logs_tests
2006-04-24 12:30:17 +03:00
andrey@lmy004.
bfe997f56f
enable events_scheduling
2006-04-24 12:17:28 +03:00
tomas@poseidon.ndb.mysql.com
590c8cfc1d
disabled.def cleanup
2006-04-21 17:28:45 +02:00
msvensson@neptunus.(none)
752dd29157
Disable udf test
2006-04-21 15:57:03 +02:00
tomas@poseidon.ndb.mysql.com
c247d853ab
diabled failing tests again
2006-04-21 01:59:22 +02:00
pekka@mysql.com
a272f257c2
ndb/repl - bug#19004 rpl_ndb_2myisam ok, rpl_ndb_2innodb new bug(number)19227
2006-04-20 18:53:23 +02:00
tomas@poseidon.ndb.mysql.com
697227c898
BUG#17400 enabled rpl_ndb_dd_partitions
2006-04-19 23:46:40 +02:00
tomas@poseidon.ndb.mysql.com
9d5429a3d0
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-04-19 22:46:01 +02:00
tomas@poseidon.ndb.mysql.com
65cee73399
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
2006-04-19 19:56:52 +02:00
mats@mysql.com
5f763b4378
Disabling test that fails. There is already a bug for the failure.
2006-04-19 19:53:17 +02:00