tomas@whalegate.ndb.mysql.com
9320ec8d16
Bug #31484 Cluster LOST_EVENTS entry not added to binlog on mysqld restart.
2007-11-01 15:08:00 +01:00
tomas@whalegate.ndb.mysql.com
93c95156bc
correct unused code
2007-10-26 11:43:05 +02:00
knielsen@loke.(none)
bb6346fd02
Merge loke.(none):/home/knielsen/devel/mysql-5.0-ndb
...
into loke.(none):/home/knielsen/devel/mysql-5.1-new-ndb
2007-10-25 11:00:36 +02:00
knielsen@loke.(none)
b77f44c76d
Merge loke.(none):/home/knielsen/devel/bug31810
...
into loke.(none):/home/knielsen/devel/mysql-5.0-ndb
2007-10-25 10:54:23 +02:00
knielsen@loke.(none)[knielsen]
e16f03cd64
BUG#31810: Potential infinite loop with autoincrement failures in ndb
...
Fix extra semicolon causing if-statement to be disabled.
2007-10-25 08:40:42 +02:00
mskold/marty@linux.site
4785c57334
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
2007-10-24 14:07:33 +02:00
mskold/marty@linux.site
f92959dea5
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
2007-10-15 08:51:35 +02:00
pekka@sama.ndb.mysql.com
f83a1beb71
Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-ndb
...
into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug29390
2007-10-09 13:16:49 +02:00
tomas@whalegate.ndb.mysql.com
7453382acf
Bug #31470 ndb table with special characters in name are not discovered correctly
2007-10-09 09:39:39 +02:00
pekka@sama.ndb.mysql.com
3dea240a6c
Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my50-ndb
...
into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug29390
2007-10-04 18:37:49 +02:00
pekka@sama.ndb.mysql.com
82da7623d4
ndb - bug#29390: if ScanFilter is too large, abort or optionally discard it
2007-10-04 11:32:49 +02:00
mskold/marty@mysql.com/linux.site
c91d8068d1
Bug#25817 UPDATE IGNORE doesn't check write_set when checking unique indexes: Post merge 5.0->5.1
2007-10-03 09:54:33 +02:00
mskold/marty@mysql.com/linux.site
94e7bf9f4b
Removed tabs
2007-10-03 09:29:10 +02:00
mskold/marty@linux.site
a26772ca21
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
2007-10-02 14:23:59 +02:00
mskold/marty@mysql.com/linux.site
403f0afc29
Bug#25817 UPDATE IGNORE doesn't check write_set when checking unique indexes: Added checks
2007-10-02 13:36:13 +02:00
tomas@whalegate.ndb.mysql.com
132dba0020
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-10-02 11:38:14 +02:00
tomas@whalegate.ndb.mysql.com
db5771557c
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-09-27 19:11:47 +02:00
mats@kindahl-laptop.dnsalias.net
983de3e27c
Merge kindahl-laptop.dnsalias.net:/home/bk/b31076-mysql-5.1-rpl
...
into kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-release
2007-09-24 10:53:41 +02:00
mats@kindahl-laptop.dnsalias.net
b2f5b2e83d
BUG#31076 (Server crashes when start slave is issued):
...
Second patch to initailize more uninitialized variables.
2007-09-24 10:50:57 +02:00
mats@kindahl-laptop.dnsalias.net
8aa3bb0418
Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-release
...
into kindahl-laptop.dnsalias.net:/home/bk/b31076-mysql-5.1-release
2007-09-20 16:38:36 +02:00
mats@kindahl-laptop.dnsalias.net
c5622b424f
BUG#31076 (Server crashes when start slave is issued):
...
Row-based replication crashes when replicating from pre-5.1.22 to 5.1.22
due to an uninitialized variable.
2007-09-20 16:31:05 +02:00
mikael@dator6.(none)
f09169670b
Fixed ndbcluster_rollback
2007-09-15 23:33:04 +02:00
gkodinov/kgeorge@magare.gmz
dc02820236
Bug #31001 : ORDER BY DESC in InnoDB not working
...
The optimizer sets index traversal in reverse order only if there are
used key parts that are not compared to a constant.
However using the primary key as an ORDER BY suffix rendered the check
incomplete : going in reverse order must still be used even if
all the parts of the secondary key are compared to a constant.
Fixed by relaxing the check and set reverse traversal even when all
the secondary index keyparts are compared to a const.
Also account for the case when all the primary keys are compared to a
constant.
2007-09-14 18:20:17 +03:00
tomas@whalegate.ndb.mysql.com
83cc4e8d2e
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-09-14 11:52:59 +02:00
mikael@dator6.(none)
0f18ff3350
BUG#30996: Committed too early when autocommit and lock table
...
Moved out a lot of code into functions from external_lock and
start_stmt
Fixed a crashing bug at memory alloc failure
Merged the stmt and all variables into one trans variable
Always register start of statement as according to the
interface of the handlers.
Also register for start of transaction when not statement commit
== not autocommit AND no begin - commit ongoing
Now that we registered in a proper manner we also needed to handle
the commit call when end of statement and transaction is ongoing
Added start_stmt_count to know when we have start of statement
for first table
2007-09-14 00:10:47 +02:00
mskold/marty@linux.site
f2159e2d21
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
2007-09-13 10:35:11 +02:00
mskold/marty@linux.site
d4e84e13b0
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
2007-09-13 10:06:42 +02:00
mskold/marty@linux.site
2ea6d3d680
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
...
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
2007-09-13 10:00:14 +02:00
mskold/marty@mysql.com/linux.site
44b6c2edad
bug#27494 An invalid subselect crashes mysql server: Added check for missing arguments
2007-09-13 09:47:21 +02:00
tomas@whalegate.ndb.mysql.com
63648db422
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-bj
2007-09-12 13:55:45 +02:00
antony@pcg5ppc.xiphis.org
89f88eab6e
Bug#30919
...
"Rows not deleted from innodb partitioned tables if --innodb_autoinc_lock_mode=0"
Due to a previous bugfix which initializes a previously uninitialized
variable, ha_partition::get_auto_increment() may fail to operate
correctly when the storage engine reports that it is only reserving
one value and one or more partitions have a different 'next-value'.
Currently, only affects Innodb's new-style auto-increment code which
reserves larger blocks of values and has less inter-thread contention.
2007-09-08 20:26:12 -07:00
kent/mysqldev@mysql.com/production.mysql.com
cf2b6a9747
ha_partition.cc, listener.h, listener.cc, ha_partition.h:
...
Initiate static const outside class definition
2007-09-07 13:30:42 +02:00
tomas@whalegate.ndb.mysql.com
35bddfecf7
Bug #11313 confusing/erroneous 4006 message
2007-09-07 11:15:07 +02:00
tomas@whalegate.ndb.mysql.com
b5e7c8dbd3
change printout to be a warning
2007-09-05 19:39:13 +02:00
tomas@whalegate.ndb.mysql.com
1657c2d88a
getting rid of flush altogether, fix with post_epoch hendeling and/or changes in Rows_log_event
...
- problem is the database name accessed in Rows_log_event write... get_db() which is a pointer to the share string...
- point to table map instead?
- or copy it?
- or make sure that anything interacting with the share happens _after_ the epoch
Problem with flush is that STMT_END_F may not be included as it shoudld...
2007-09-05 11:43:42 +02:00
tomas@whalegate.ndb.mysql.com
39edaf9f8d
this flush with flag TRUE causes spurious errors in the binlog... as it will insert a STMT_END_F... and hence an invalid binlog (missing table mappings)
2007-09-05 09:22:58 +02:00
tomas@whalegate.ndb.mysql.com
29af14afa2
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-09-04 22:25:23 +02:00
tomas@whalegate.ndb.mysql.com
08b8d6aeaf
Bug#20872 master*.err: miscellaneous error messages
2007-08-30 11:46:30 +02:00
tomas@whalegate.ndb.mysql.com
dfc1e0cc79
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-08-30 10:46:32 +02:00
tomas@whalegate.ndb.mysql.com
a7921ab61d
Bug#20872 master*.err: miscellaneous error messages
2007-08-30 10:41:19 +02:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
f8a85abf3c
Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj.merge
2007-08-30 16:17:32 +08:00
mats@kindahl-laptop.dnsalias.net
f85fa9c06f
Merge kindahl-laptop.dnsalias.net:/home/bk/b29968-merge-5.1-rpl
...
into kindahl-laptop.dnsalias.net:/home/bk/merge-5.1-target-5.1.22
2007-08-29 16:12:54 +02:00
mats@kindahl-laptop.dnsalias.net
65399a4bb5
BUG#29968 (rpl_ndb_circular.test and rpl_ndb_log.test fail):
...
Removing unguarded read of slave_running field from inside
terminate_slave_threads(). This could cause premature exit in the event
that the slave thread already were shutting down, but isn't finished yet.
The fields slave_running, io_thd, and sql_thread are guarded by an
associated run_lock. A read of these fields were not guarded inside
terminate_slave_threads(), which caused an assertion to fire. The
assertion was removed, and the code reorganized slightly.
2007-08-29 16:06:59 +02:00
tomas@whalegate.ndb.mysql.com
8ea0a23978
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-08-29 12:51:25 +02:00
tomas@whalegate.ndb.mysql.com
53eaf05bb2
Bug#29549 rpl_ndb_myisam2ndb,rpl_ndb_innodb2ndb failed on Solaris for pack_length issue
...
- reverting patch as there where unknows sideeffects that we do not have time to follow up on just now
2007-08-29 09:44:37 +02:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
56902d5251
Merge dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb
...
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj.merge
2007-08-29 10:49:31 +08:00
tomas@whalegate.ndb.mysql.com
5ea9174c50
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-08-28 15:47:12 +02:00
tomas@whalegate.ndb.mysql.com
803228a1a8
Bug #30667 ndb table discovery does not work correcly with information schema
...
- the listed file_names are not necessarily on disk, so we need to discover them if they aren't
2007-08-28 15:43:06 +02:00
tomas@whalegate.ndb.mysql.com
c2a2267ba1
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-08-28 11:22:24 +02:00
rafal@quant.(none)
88b8ad10c5
A fix for handling endianess in Field_blob::unpack().
2007-08-28 10:37:29 +02:00