An error occurred fetching the project authors.
- 12 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed race condition in binary log auto-rotation get rid of extention in binary log to avoid non-rotatable logs
-
- 30 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixes for rpl_log test to make it config-independent
-
- 24 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 11 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added multi-delete test case that does not work - something for Sinisa to fix
-
- 09 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working.
-
- 05 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
-
- 04 Jun, 2001 1 commit
-
-
tim@threads.polyesthetic.msg authored
-
- 25 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
-
- 24 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master
-
- 18 Apr, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
fixed typo
-
sasha@mysql.sashanet.com authored
added support for alphanumeric variables - import MASTER_MYPORT and SLAVE_MYPORT from the environment mysql-test/mysql-test-run.sh export MASTER_MYPORT and SLAVE_MYPORT for mysqltest mysql-test/t/rpl000015.test use MASTER_MYPORT mysql-test/t/rpl000016.test use MASTER_MYPORT
-
monty@donna.mysql.fi authored
-
- 15 Apr, 2001 1 commit
-
-
serg@serg.mysql.com authored
typo/bad merge fixed chmod a-x for man/*.1 files
-
- 06 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in variable assignment in mysqltest fixed coredump on conversion from empty blob/text to date added test case for empty blob conversion to date
-
- 03 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
sometimes the server lags behind the client on startup - to fix, if the initial connect fails, sleep and try again before giving up
-
- 27 Mar, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
once after the lock. Now changed test case and added eval support to mysqltest to make it easier to debug
-
- 24 Mar, 2001 2 commits
-
-
monty@donna.mysql.fi authored
Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
-
sasha@mysql.sashanet.com authored
tables - read comments below
-
- 15 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 06 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
-
- 21 Feb, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
-
- 15 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
-
- 13 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed that GROUP BY can take DESC
-
- 29 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 25 Jan, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
-
- 24 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed sync bugs in three test cases added offset argument to sync_with_master to mysqltest to be able to fix sync bugs added a test case for slave startup with existing master.info expanded mysql-test-run.sh to be able to run pre-start shell script initializations
-
- 23 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 20 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
-
- 18 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
merged continued mysql-test/t/rpl000004.test added a test for am empty table mysql-test/r/rpl000004.result New BitKeeper file ``mysql-test/r/rpl000004.result''
-
- 17 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list slave.h MASTER_POS_WAIT lex.h MASTER_POS_WAIT slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in slave.cc debug abort count sql_repl.cc announce the log name at the start of the log with a fake rotate event item_create.h MASTER_POS_WAIT item_func.cc MASTER_POS_WAIT item_func.h MASTER_POS_WAIT sql_class.h enter_cond(), exit_cond() helper inliners item_create.cc added MASTER_POS_WAIT mysql-test-run.sh speed improvement fixes rpl000007.test sync rpl000003.test sleep -> sync rpl000004.test sleep -> sync, fixed clean up bug rpl000014.test sync rpl000009.test sync rpl000013.test sync rpl000001.test sleep -> sync rpl000008.test sync rpl000006.test sync on cleanup rpl000011.test sync rpl000012.test sync rpl000005.test sleep -> sync rpl000010.test sync rpl000015.test sync rpl000002.test sleep -> sync rpl000014.result we now know the master log name as soon as we connect mysql.cc added optional agrument to --wait mysqltest.c added save_master_pos and sync_with_master commands
-
- 16 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
-
- 15 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 07 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed bug when deleting keys with possible NULL values many changes to mysqltest
-
- 04 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 29 Dec, 2000 3 commits
-
-
monty@donna.mysql.com authored
-
mwagner@evoq.home.mwagner.org authored
-
mwagner@evoq.home.mwagner.org authored
mysql-test-run.sh Couple more clean-ups.
-
- 28 Dec, 2000 2 commits
-
-
monty@donna.mysql.com authored
Fixed bug with ALTER TABLE on HEAP tables
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-
- 27 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixed test results. Added mysqld variable 'have_isam'
-