Commit graph

1824 commits

Author SHA1 Message Date
sasha@mysql.sashanet.com
a973b85527 forgot to fix one instance of VERSION in rpl_log result 2001-06-30 14:38:47 -06:00
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
12b442b649 post-merge fix
fixed bug in LOAD DATA FROM MASTER
2001-06-29 09:55:21 -06:00
sasha@mysql.sashanet.com
242037992f merged with 3.23 replication updates 2001-06-28 19:48:49 -06:00
sasha@mysql.sashanet.com
14c133fb1c Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-06-28 19:27:40 -06:00
monty@hundin.mysql.fi
ae29bc9cda Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-06-29 04:21:46 +03:00
monty@hundin.mysql.fi
d9c3652b8e Updated float test result 2001-06-29 04:21:01 +03:00
sasha@mysql.sashanet.com
0b87cc7ac2 Merge mysql.sashanet.com:/home/sasha/src/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
2001-06-28 19:20:11 -06:00
sasha@mysql.sashanet.com
341efdd7e8 fixed float test result for updated test case 2001-06-28 19:19:23 -06:00
monty@hundin.mysql.fi
0b8f15956d Updated test result in float test 2001-06-29 04:18:02 +03:00
sasha@mysql.sashanet.com
e87028fda6 fixed typo 2001-06-28 19:17:04 -06:00
monty@hundin.mysql.fi
f0dc189227 Fix ORDER BY ... DESC optimization 2001-06-29 04:04:29 +03:00
sasha@mysql.sashanet.com
5f64b1a79d chmod +x on post-incoming trigger 2001-06-28 18:41:51 -06:00
sasha@mysql.sashanet.com
d2704e470a Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-06-28 18:23:48 -06:00
sasha@mysql.sashanet.com
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
heikki@donna.mysql.fi
187a16f1d2 ha_innobase.cc Update possible row timestamp column also in an update 2001-06-28 17:19:42 +03:00
monty@work.mysql.com
545e596ef7 merge 2001-06-28 14:51:18 +02:00
monty@hundin.mysql.fi
b976c48f66 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-06-28 15:24:53 +03:00
monty@hundin.mysql.fi
3c3d0bbd57 Allow floats of type 1.0e1 2001-06-28 15:24:28 +03:00
monty@hundin.mysql.fi
fb58572cc2 safe_mysqld -> mysqld_safe 2001-06-28 12:28:00 +03:00
monty@hundin.mysql.fi
96aac3f0f5 Cleanup 2001-06-28 10:58:04 +03:00
tim@white.box
248234f1d6 Merge work:/home/bk/mysql-4.0 into white.box:/home/tim/my/4 2001-06-28 03:54:56 -04:00
monty@hundin.mysql.fi
af44361239 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-06-28 10:50:48 +03:00
monty@hundin.mysql.fi
897b37b506 Changed safe_mysqld -> mysqld_safe
Added some alias to SHOW commands
Prepare for dynamic changing of MySQL variables
2001-06-28 10:49:16 +03:00
tim@white.box
df298ac615 Merge work:/home/bk/mysql-4.0 into white.box:/home/tim/my/4 2001-06-28 03:22:51 -04:00
tim@white.box
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
paul@central.snake.net
a3208140f9 manual.texi add LIKE example illustrating case sensitivity. 2001-06-27 18:21:42 -05:00
sasha@mysql.sashanet.com
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
monty@hundin.mysql.fi
85388703c4 Fixed length rows should not use row checksum in MyISAM tables
Fixed bug in handling of packed MyISAM keys
2001-06-26 10:23:50 +03:00
monty@hundin.mysql.fi
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
monty@hundin.mysql.fi
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
monty@hundin.mysql.fi
334a4815ea Fixed bug in multi-table-delete code 2001-06-24 22:11:00 +03:00
heikki@donna.mysql.fi
f6cfc8a80d mysqld.cc Put OPT_INNODB_UNIX_FILE_FLUSH_METHOD to mysqld.cc enum type 2001-06-24 20:45:57 +03:00
heikki@donna.mysql.fi
7f6e4a78ca univ.i Added a new debug define option
sync0sync.ic	Do not use GCC in-line assembly
srv0start.h	Eliminate a deadlock of threads at startup
buf0buf.h	Add some debug functions
srv0start.c	Remove a printf
2001-06-24 20:09:41 +03:00
heikki@donna.mysql.fi
9187316332 sync0sync.c Do not use in-line assembly in GCC
srv0start.c	Eliminate a deadlock of threads at startup
row0mysql.c	Several bug fixes
row0umod.c	Several bug fixes
row0upd.c	Several bug fixes
os0file.c	Revert back to fsync as default flush method
log0recv.c	Several bug fixes
ibuf0ibuf.c	Several bug fixes
fsp0fsp.c	Several bug fixes
trx0undo.c	Put some assertions to uncover possible bugs
dict0boot.c	Several bug fixes
2001-06-24 19:51:20 +03:00
heikki@donna.mysql.fi
fbd725063f buf0buf.c Several bug fixes
buf0flu.c	Several bug fixes
buf0rea.c	Several bug fixes
buf0lru.c	Clearer error message
2001-06-24 19:33:50 +03:00
sasha@mysql.sashanet.com
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
heikki@donna.mysql.fi
e90679351c Merge heikki@work.mysql.com:/home/my/mysql
into donna.mysql.fi:/home/heikki/mysqlf
2001-06-23 22:26:56 +03:00
heikki@donna.mysql.fi
dc1cc4f7ae btr0pcur.c Fix a bug in persistent cursor restoration: this could cause crashes especially if the buffer pool is small 2001-06-23 22:25:47 +03:00
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
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
mwagner@evoq.mwagner.org
b66f304f05 manual.texi Updated mirror URL 2001-06-22 04:51:20 -05:00
sasha@mysql.sashanet.com
bd1500fc10 merged test from 4.0 2001-06-21 16:48:18 -06:00
sasha@mysql.sashanet.com
b86ffcef9a merge 2001-06-21 16:15:00 -06:00
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
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
sasha@mysql.sashanet.com
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
monty@work.mysql.com
7f68199648 merge 2001-06-21 11:03:54 +02:00
monty@hundin.mysql.fi
11e567229a UNIQUE keys are not anymore shown as PRIMARY KEY 2001-06-21 10:50:14 +03:00