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
jonas@perch.ndb.mysql.com
9529e06c9a
ndb - merge error code
...
forgot to update next TC no
2007-09-03 11:32:48 +02:00
jonas@perch.ndb.mysql.com
d1c8dc8320
ndb - merge error code(s)
2007-09-03 11:29:58 +02:00
jonas@perch.ndb.mysql.com
eab642a4f4
ndb - bug#30764
...
When adding a read to lock queue, where there is a X-lock ahead, upgrade to X-lock
(found by pekkas blob changes)
2007-09-03 08:15:59 +02:00
kent/mysqldev@mysql.com/production.mysql.com
2e3b140e94
Makefile.am:
...
Traditional make wants line to start with TAB
2007-09-01 14:51:46 +02:00
kent/mysqldev@mysql.com/production.mysql.com
d93c9911c4
configure.in:
...
beta => rc
2007-08-31 17:50:16 +02:00
jonas@perch.ndb.mysql.com
9b913a1973
ndb - autotest
...
remove more "extra mysql-"
2007-08-31 16:55:59 +02:00
jonas@perch.ndb.mysql.com
97380c6906
ndb autotest
...
add --tag
remove prepended mysql-
add conf-test.cnf
add embryo upgrade-boot.sh
2007-08-31 16:12:51 +02:00
jonas@perch.ndb.mysql.com
44ff2d8b4d
merge
2007-08-31 16:09:48 +02:00
tsmith@ramayana.hindu.god
58ecaaa859
Disable rpl_ndb_2other, which has never worked on bigendian machines.
2007-08-30 14:13:05 -06: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
626c03c7ef
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-08-30 10:52:07 +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
stewart@willster.(none)
d14cba104a
Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
2007-08-30 10:00:36 +10:00
antony@pcg5ppc.xiphis.org
6969ff2481
Fix pushbuild test failures which occur on big-endian systems.
...
Do not convert innodb autoincrement value to little endian when on
big endian systems.
2007-08-29 13:02:02 -07:00
pekka@sama.ndb.mysql.com
af1ce5c230
ndb - bug#29102 : use locked read even for blob parts
2007-08-29 21:45:53 +03: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
afb817e95a
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
2007-08-29 09:50:20 +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
stewart@flamingspork.com[stewart]
3dbcaa6ff1
[PATCH] Bug#30681 mgmapi CHECK_TIMEDOUT_RET should be DBUG_CHECK_TIMEDOUT_RET
...
Index: ndb/storage/ndb/src/mgmapi/mgmapi.cpp
===================================================================
2007-08-29 14:30:21 +10: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
tsmith@ramayana.hindu.god
0af6a5fa9e
Fix another compiler warning on Windows in InnoDB.
2007-08-28 10:17:15 -06: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
d7d0d68b78
Bug #30667 result file
2007-08-28 15:44:20 +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
rafal@quant.(none)
7d72a132b6
Merge quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22
...
into quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22-merge
2007-08-28 10:24:40 +02:00
rafal@quant.(none)
c55627e9e2
BUG#21842: Exclude Rows_log_event members used in event application if
...
not compiled as a replication server - a fix from rpl clone now applied
to 5.1.22 tree.
2007-08-28 10:14:45 +02:00
tomas@whalegate.ndb.mysql.com
ddfd522c8a
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 09:01:57 +02:00
tomas@whalegate.ndb.mysql.com
17f751ed05
correct compile error
2007-08-28 07:55:07 +02:00
tomas@whalegate.ndb.mysql.com
148bd2158a
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
2007-08-28 07:45:14 +02:00
tomas@whalegate.ndb.mysql.com
037f79a43c
Bug#29549 rpl_ndb_myisam2ndb,rpl_ndb_innodb2ndb failed on Solaris for pack_length issue
2007-08-28 07:42:43 +02:00
tsmith@ramayana.hindu.god
82a3e8cfaf
Fix some Windows compiler warnings.
2007-08-27 18:18:14 -06:00
rafal@quant.(none)
0924d086f7
Merge quant.(none):/ext/mysql/bkroot/mysql-5.1-target-5.1.22
...
into quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22-merge
2007-08-27 22:51:13 +02:00
tsmith@ramayana.hindu.god
2c44def1ee
Bug #30389 : connection_id() always return 0 in embedded server
...
Initialize thd->variables.pseudo_thread_id when a new embedded
thd is created.
2007-08-27 14:31:27 -06:00
tsmith@ramayana.hindu.god
c0fd09224b
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22
...
into ramayana.hindu.god:/home/tsmith/m/bk/51-target22-X
2007-08-27 14:23:02 -06:00
tsmith@ramayana.hindu.god
7dbef328be
Bug #30412 and Bug #30413
...
Update some tests in the "parts" suite, so they're skipped if the
requisite plugins are not present in the mysqld.
2007-08-27 14:12:12 -06:00
tsmith@ramayana.hindu.god
220cd12f0b
Fixes for the following bugs:
...
Bug #30316 : Some "parts" tests fail because the server uses "--secure-file-priv"
Bug #30341 : Test suite "parts" needs to be adapted to the new rules disallowing many functio
Bug #30408 : Suite "parts" needs bug numbers updated
Bug #30411 : Suite "parts" needs bug numbers updated: ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
Bug #30576 : part_supported_sql_func_innodb.test tries to LOAD DATA outside of var dir
Bug #30581 : partition_value tests use disallowed CAST() function
Included are some general fixes to allow the "parts" test suite to be run
successfully. This includes disabling a few tests or parts of tests,
cleaning up the test cases and their results, etc. Basically, these tests
have not been run for some time, and had suffered some bit rot.
The bugs were fixed as a single changeset, because in some ways they depend
on each other. I couldn't be sure I'd updated all the error codes (for
bugs 30408 and 30411) without also adapting to the new allowed functions
rules (bug 30341), and vice versa.
2007-08-27 14:08:32 -06:00
rafal@quant.(none)
95bece5d11
Merge quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22
...
into quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22-merge
2007-08-27 21:15:20 +02:00
pekka@sama.ndb.mysql.com
38dfc8628e
ndb - bug#30646 fsync on close only if file is open for write
2007-08-27 21:58:49 +03:00
rafal@quant.(none)
3584a4d400
BUG#21842: There was an inconsistency in the use of table->record[0] and
...
table->record[1] buffers inside Rows_log_event::find_row() function.
The patch fixes this.
2007-08-27 20:22:04 +02:00
tsmith@ramayana.hindu.god
549ed88635
Bug #30648 : Partition handler may not initialize variable used w/ autoincrement
...
A local variable may be used uninitialized in
ha_partition::get_auto_increment(). Initialize it properly.
2007-08-27 11:46:34 -06:00
tomas@whalegate.ndb.mysql.com
7d23f75534
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-target-5.1.22
2007-08-27 15:41:24 +02:00
tomas@whalegate.ndb.mysql.com
e1f827da84
Bug#29549 rpl_ndb_myisam2ndb,rpl_ndb_innodb2ndb failed on Solaris for pack_length issue
2007-08-27 15:40:49 +02:00