summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster_binlog.cc
Commit message (Expand)AuthorAgeFilesLines
* added warning on cluster reconnect and binlog usage, that data may be missingtomas@poseidon.ndb.mysql.com2006-07-051-0/+6
* Bug #20843 tests fails randomly with assertion in completeClusterFailedtomas@poseidon.ndb.mysql.com2006-07-051-3/+10
* extra logging and asserts to try to track down the spurious completeClust...tomas@poseidon.ndb.mysql.com2006-07-051-0/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2006-06-281-0/+2
|\
| * Added purecov comment for new, not executed code for my recent changesetmonty@mysql.com2006-06-281-0/+2
* | Bug #20705 table truncation from one mysqld causes ERROR 1412 on other mysqld...tomas@poseidon.ndb.mysql.com2006-06-281-1/+24
* | Merge mysql.com:/usr/local/mysql/mysql-5.1-bug20549knielsen@rt.int.sifira.dk2006-06-261-3/+18
|\ \ | |/ |/|
| * BUG#20549: Fix missing memory initialization.knielsen@mysql.com2006-06-221-3/+18
* | Remove compiler warningsmonty@mysql.com2006-06-231-10/+11
* | Fixed failure with rpl_truncate_7ndb.test when using statement based replicat...monty@mysql.com2006-06-221-1/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@mysql.com2006-06-191-5/+5
|\ \
| * | unsigned char -> ucharmonty@mysql.com2006-06-191-5/+5
* | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimepetr@outpost.site2006-06-151-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-runtimepetr@mysql.com2006-06-071-2/+2
| |\ \
| | * | WL#3153 "Split logs". Recommit with post-review fixespetr@mysql.com2006-05-051-2/+2
* | | | ndb: add missing LOCK_opentomas@poseidon.ndb.mysql.com2006-06-141-0/+1
* | | | sql_delete.cc:mskold@mysql.com2006-06-121-0/+4
| |_|/ |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2006-06-041-31/+38
|\ \ \
| * | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-32/+39
* | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newtomas@poseidon.ndb.mysql.com2006-06-011-197/+258
|\ \ \ \
| * | | | Bug #18947 CRBR: order in binlog of create table and insert (on different t...tomas@poseidon.ndb.mysql.com2006-05-311-22/+31
| * | | | Bug #18947 CRBR: order in binlog of create table and insert (on different t...tomas@poseidon.ndb.mysql.com2006-05-311-191/+215
| * | | | ndb: release LOCK_open during mysqld schema sync and mysqld sync with binlog ...tomas@poseidon.ndb.mysql.com2006-05-311-4/+32
| | |/ / | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newserg@sergbook.mysql.com2006-05-281-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | handlerton cleanup:serg@sergbook.mysql.com2006-05-281-3/+3
* | | | ha_ndbcluster_binlog.cc:tomas@poseidon.ndb.mysql.com2006-05-191-2/+2
* | | | ndb: moved startup order back for ndb binlog thread from previous push that s...tomas@poseidon.ndb.mysql.com2006-05-191-12/+14
* | | | Bug #19885 master1 crash in ndb_condition_pushdown testtomas@poseidon.ndb.mysql.com2006-05-191-8/+31
* | | | ndb: changed to use mem root to allocate table structure for ndb sharetomas@poseidon.ndb.mysql.com2006-05-191-7/+2
* | | | Bug #19395 mysqld does not always detect cluster shutdowntomas@poseidon.ndb.mysql.com2006-05-191-30/+35
* | | | Bug #19395 mysqld does not always detect cluster shutdowntomas@poseidon.ndb.mysql.com2006-05-181-0/+3
* | | | Bug #16875 Using stale MySQLD FRM files can cause restored cluster to failtomas@poseidon.ndb.mysql.com2006-05-171-1/+2
* | | | Bug #16875 Using stale MySQLD FRM files can cause restored cluster to failtomas@poseidon.ndb.mysql.com2006-05-161-4/+100
* | | | ndb: added extra printout on failed "internal" discovery for binlogtomas@poseidon.ndb.mysql.com2006-05-101-7/+16
|/ / /
* | | Bug #19572 Memory leaks in cluster when running make testtomas@poseidon.ndb.mysql.com2006-05-081-2/+6
|/ /
* | Bug #19492 --binlog-do-db option cuases tables create issues for ndb mastertomas@poseidon.ndb.mysql.com2006-05-061-9/+8
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-newtomas@poseidon.ndb.mysql.com2006-05-041-0/+2
|\ \ | |/
| * Merge xiphis.org:/home/antony/work2/wl3201.3acurtis@xiphis.org2006-04-241-0/+2
| |\
| | * WL#3201acurtis@xiphis.org2006-04-131-0/+2
* | | removing the usage if the ndb local dict cache to adress the 241 errors we ge...tomas@poseidon.ndb.mysql.com2006-05-041-115/+162
|/ /
* | ndb: minor modification in replication timer codetomas@poseidon.ndb.mysql.com2006-04-211-7/+9
* | Bug #19214 running mysqld without binlog causes 10s timeout to drigger on s...tomas@poseidon.ndb.mysql.com2006-04-201-1/+2
* | BUG#18094 Slave caches invalid table definition after atlters causes select f...tomas@poseidon.ndb.mysql.com2006-04-191-7/+15
* | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newmskold@mysql.com2006-04-181-59/+76
|\ \
| * | Invalidate old table at renamemskold@mysql.com2006-04-181-2/+18
| * | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-newmskold@mysql.com2006-04-061-59/+60
| |\ \ | | |/ | |/|
| | * Fix for bug#16445 schema version error 241 after mysqld restart, always inval...mskold@mysql.com2006-04-061-59/+60
* | | wrong ndb object used to drop event operation causing DBUG_ASSERT in shutdown...tomas@poseidon.ndb.mysql.com2006-04-131-5/+8
* | | ndb:tomas@poseidon.ndb.mysql.com2006-04-121-54/+87
* | | Bug #18932: Cluster binlog mysqld accepts updating although binlog not setuptomas@poseidon.ndb.mysql.com2006-04-101-29/+103
|/ /