e3e51204ec
Added timeouts to make lock test repeatable
2001-07-17 22:59:14 +03:00
ecefc69c50
Made replication test portable accross table handlers
2001-07-16 13:27:29 +03:00
7ff42f8218
Merge
2001-07-16 03:07:45 +03:00
bf9876a195
Patch for netBSD
...
Added warning for tables where the auto_increment key is 0
Fixed DELETE ... LIMIT 0
Fixed UPDATE ..LIMIT 0
2001-07-16 03:04:30 +03:00
ace20e0c41
updated lock test
2001-07-13 17:45:14 -06:00
9f00125ab8
test case for low priority updates race bug
...
not yet fixed
2001-07-13 17:25:37 -06:00
59968f3a37
a trick for --client-gdb to work for both statically and dynamically linked client
...
better exit code checking
2001-07-13 13:58:25 +02:00
957e6b39ba
clarification needed. Plz, somebody, answer.
2001-07-12 18:06:42 +02:00
5d58a49f50
Merge work.mysql.com:/home/bk/mysql-4.0
...
into tik.mysql.fi:/home/my/mysql-4.0
2001-07-11 10:37:33 +03:00
539541c51e
Added back old code that Sasha removed
2001-07-11 10:36:22 +03:00
38d3bf5172
mysql-test/t/rpl_sporadic_master.test
...
use truncate table
sql/slave.cc
fixed race condition on server shutdown
sql/sql_repl.cc
fixed uninitialized use of io_cache
2001-07-10 20:35:42 -06:00
5527f9bfc3
mysql-test/t/rpl_sporadic_master.test
...
fixed test case to produce same results on txn-enabled binary.
temporary fix - permanent fix is it make mysqld behave the same with
MyISAM on auto_increment insert after delete from tbl_name regardless
of how the binary was compiled
sql/slave.cc
fixed concurrency bug with log_seq
sql/slave.h
last_log_seq needs to be updated atomically with pos
sql/sql_repl.cc
cleared up comment and fixed concurrency bug
2001-07-10 18:08:37 -06:00
1e6fe8f10e
merge
2001-07-10 16:09:15 +03:00
fc81fdb4ba
Redefinition of myisam_bulk_insert_tree_size
...
Removed new error message
Fixed test case for varbinary
Threads are again killable in "merge_buffers"
Cleanup of sql_repl.cc
SHOW OPEN TABLES now works when no tables are opened
2001-07-10 15:53:08 +03:00
080f7d4dd1
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-07-07 21:24:04 -06:00
ca771c46bb
merge
2001-07-08 06:24:03 +03:00
d80451c818
post-merge fixes
...
test SHOW OPEN TABLES
2001-07-07 19:15:41 -06:00
c739f7f426
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-07-04 18:41:17 -06:00
c01d4e1ef7
SHOW NEW MASTER FOR SLAVE WITH ...
2001-07-04 17:14:31 -06:00
0559758630
Added support for ANSI SQL X'hex-string' format.
...
Fixed mysqldump to use -- instead of # as comment characters.
Removed support for the 3.20 protocol format
2001-07-04 09:39:58 +03:00
0043136882
merged
2001-07-02 21:52:22 +02:00
15b6738474
memory-limited tree
...
bulk inserts optimization: caching keys in binary tree
2001-07-02 21:18:57 +02:00
9e9f21a5c9
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-07-01 13:27:09 +03:00
ce09acfbeb
Making multi-table delete BETA !!
2001-07-01 13:20:53 +03:00
a973b85527
forgot to fix one instance of VERSION in rpl_log result
2001-06-30 14:38:47 -06:00
52f072a0c4
mysql-test/r/rpl_log.result
...
fixed left over hard coded version instances in the result
2001-06-30 14:32:51 -06:00
ea2e911892
support for eval_result and let $var = query
syntax in mysql-test
...
fixes for rpl_log test to make it config-independent
2001-06-30 13:08:35 -06:00
242037992f
merged with 3.23 replication updates
2001-06-28 19:48:49 -06:00
341efdd7e8
fixed float test result for updated test case
2001-06-28 19:19:23 -06:00
0b8f15956d
Updated test result in float test
2001-06-29 04:18:02 +03:00
f0dc189227
Fix ORDER BY ... DESC optimization
2001-06-29 04:04:29 +03:00
d2704e470a
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-06-28 18:23:48 -06:00
2e4d264c27
fixed message in post-commit trigger
...
added debugging options to master to behave sporadically, and a
test case to make sure the slave can deal with it
2001-06-28 18:22:29 -06:00
545e596ef7
merge
2001-06-28 14:51:18 +02:00
3c3d0bbd57
Allow floats of type 1.0e1
2001-06-28 15:24:28 +03:00
df298ac615
Merge work:/home/bk/mysql-4.0 into white.box:/home/tim/my/4
2001-06-28 03:22:51 -04:00
5ed2cf7dbe
Implement ORDER BY DESC optimization, which reads values in descending
...
order directly from the index instead of using a filesort.
2001-06-28 03:06:23 -04:00
51e3c5de88
--do-test option in mysql-test-run - will do only tests that match the pattern
...
updated rotate event to set new position along with the new log
2001-06-26 17:02:33 -06:00
65600db56d
Fixed bug when sorting big files (introduced with multi-table-delete)
...
Changed mysql-test to use --language
Cleaned up parameters to filesort()
2001-06-25 11:35:22 +03:00
c7a6af0512
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2001-06-24 22:11:27 +03:00
334a4815ea
Fixed bug in multi-table-delete code
2001-06-24 22:11:00 +03:00
a91ac47cde
show master forced rotate info in SHOW BINLOG EVENTS
...
mark a master-forced rotate with a special flag
2001-06-23 19:37:24 -06:00
c71cba0bd9
added test case for the bug in ORDER BY when we fill up sort buffer
...
Note that if you change sort buffer to be bigger, the bug will not show
2001-06-22 15:13:33 -06:00
924dadef97
merged new 3.23 errors
...
fixed bugs in log seq - now starting to look good
fixes for SHOW BINLOG EVENTS
will push this one
2001-06-22 08:35:18 -06:00
bd1500fc10
merged test from 4.0
2001-06-21 16:48:18 -06:00
b86ffcef9a
merge
2001-06-21 16:15:00 -06:00
1e76c806eb
fixed drop/create database bug when holding global read lock
...
preserve originating server id in Intvar events to avoid inifinite loops
2001-06-21 15:59:51 -06:00
b531e0018c
Merge work:/home/bk/mysql-4.0
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-06-21 13:20:22 -06:00
992f889878
added SHOW BINLOG EVENTS
...
fixed log sequence bugs
fixed bugs in handling Slave event
added test case with SHOW BINLOG EVENTS
have not fixed all the bugs - found some that are also in 3.23,
will fix them there first, then do pull and cleanup
will not push this changeset
2001-06-21 13:19:24 -06:00
7f68199648
merge
2001-06-21 11:03:54 +02:00