| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
initial connect fails, sleep and try again
before giving up
|
|
|
|
|
| |
Removed _mi_rkey() function
New fork_big.pl multi-thread test
|
|
|
|
|
| |
once after the lock. Now changed test case and added eval support to
mysqltest to make it easier to debug
|
|
|
|
| |
Removed all Attic directories.
|
|
|
|
| |
(For glibc 2.2)
|
|
|
|
|
|
|
|
| |
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()...
|
|
|
|
| |
tables - read comments below
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
|
| |
|
|
|
|
|
|
| |
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
|
|\ |
|
| |
| |
| |
| | |
Fixed that GROUP BY can take DESC
|
|/
|
|
|
|
| |
CREATE TABLE statement
sql_show.cc Fix to add space in SHOW CREATE TABLE between index name and column definitions
|
|
|
|
| |
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
|
|
|
|
|
|
|
|
| |
Allow delete of crashed MyISAM tables
Fixed bug when BLOB was first part of key
Fixed bug when using result from CASE in GROUP BY
Fixed core-dump bug in monthname()
Optimized calling of check_db_name()
|
|\
| |
| |
| | |
into work.mysql.com:/d1/users/tim/my/work
|
| | |
|
| |\ |
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
restart
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
|
| | |
|
|/ |
|
|
|
|
| |
Made test more reliable on slow machines
|
|
|
|
| |
Added timeouts to replication tests to handle concurrent inserts
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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''
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
Fixed bug in TRIM
changed strnmov -> strmake
|
| |
| |
| |
| |
| |
| |
| |
| | |
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''
|
|\ \
| |/
|/|
| | |
manual mode
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | | |
into cane.mysql.fi:/usr/home/tim/my/work
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
Fixed problem with negative DECIMAL() keys
Fixed some bugs with NULL keys in BDB
More mysql-test tests
|
|/ |
|
|
|
|
|
| |
Fixed bug in LEFT JOIN
Added bdb_log_buffer_size
|
|
|
|
|
| |
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
mysql-test-run.sh Couple more clean-ups.
|
| | |
|
|/
|
|
| |
Fixed bug with ALTER TABLE on HEAP tables
|
|
|
|
|
| |
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
|
|
|
|
|
| |
Fixed test results.
Added mysqld variable 'have_isam'
|
|\ |
|