monty@donna.mysql.fi
5985de2db5
Added new tests to benchmark suite
2001-03-11 21:20:15 +02:00
monty@donna.mysql.fi
bda3e09935
Merged some functions and removed some unused client functions.
...
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.
2001-03-06 15:24:08 +02:00
monty@donna.mysql.fi
5ccbbd83f2
Fixes for innobase usage
...
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
2001-03-03 03:03:12 +02:00
jcole@tetra.spaceapes.com
78daefc5b3
Cleanups...
2001-02-20 20:39:48 -06:00
monty@donna.mysql.com
450d98e341
Changed --replace to --replace_result in mysqltest
...
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
2001-02-15 03:43:14 +02:00
monty@donna.mysql.com
7de40020d7
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-13 12:40:31 +02:00
monty@donna.mysql.com
fbedc9719e
Added --replace to mysqltest
...
Fixed that GROUP BY can take DESC
2001-02-13 12:39:50 +02:00
tfr@coyote.emotion.ee
6099884a92
mysqldump.c Fix to add space between index name and column definition in CREATE TABLE statement
...
sql_show.cc Fix to add space in SHOW CREATE TABLE between index name and column definitions
2001-02-13 08:43:14 +02:00
monty@donna.mysql.com
9d120741d2
Portability fixes
...
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
2001-02-02 03:47:06 +02:00
monty@donna.mysql.com
bdbc0ef7a0
New myisamchk option --sort-recover
...
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()
2001-01-31 04:47:25 +02:00
tim@work.mysql.com
acd45847ac
Merge work.mysql.com:/home/bk/mysql
...
into work.mysql.com:/d1/users/tim/my/work
2001-01-29 20:14:29 +01:00
monty@donna.mysql.com
54502646df
Removed that --port defaults to TCP/IP
2001-01-29 14:21:13 +02:00
jcole@tetra.spaceapes.com
519e7256a6
manual merge
2001-01-27 03:27:40 -06:00
jcole@tetra.spaceapes.com
89b5dab2f4
mysql* -P 3307 uses TCP/IP now.
2001-01-24 22:39:45 -06:00
sasha@mysql.sashanet.com
877845dd5e
fixed improper read of log name from master.info which broke slave server 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
2001-01-24 12:47:09 -07:00
sasha@mysql.sashanet.com
b73a4af063
fixes for tests
2001-01-23 08:20:51 -07:00
tim@work.mysql.com
a078b1431c
errmsg.c fix copyright notice
2001-01-22 14:46:26 +01:00
monty@donna.mysql.com
b3392db290
Fixes for OSF1
...
Made test more reliable on slow machines
2001-01-22 15:33:34 +02:00
monty@donna.mysql.com
2d1082308b
SHOW [FULL] COLUMNS
...
Added timeouts to replication tests to handle concurrent inserts
2001-01-22 05:32:58 +02:00
monty@donna.mysql.com
6f3984bb64
Merge
2001-01-21 16:33:39 +02:00
sasha@mysql.sashanet.com
634ba86ad7
client/mysqltest.c
...
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''
2001-01-19 22:40:16 -07:00
monty@donna.mysql.com
efb0dad5a8
merge
2001-01-19 05:08:59 +02:00
monty@donna.mysql.com
038fe2fc5c
Added MYSQL_SERVER_SUFFIX to mysqld
...
Fixed bug in TRIM
changed strnmov -> strmake
2001-01-19 04:57:29 +02:00
sasha@mysql.sashanet.com
7c73125712
client/mysqltest.c
...
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''
2001-01-18 10:43:09 -07:00
sasha@mysql.sashanet.com
178f8e91b0
semi-manual merge, some more needs to be fixed in mysqltest.c in fully
...
manual mode
2001-01-17 20:42:27 -07:00
sasha@mysql.sashanet.com
d0f4235a2e
rpl000016.test sync
...
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
2001-01-17 05:47:33 -07:00
tim@cane.mysql.fi
743f8a7d3e
Merge work.mysql.com:/home/bk/mysql
...
into cane.mysql.fi:/usr/home/tim/my/work
2001-01-16 22:51:45 +02:00
tim@cane.mysql.fi
c40f815e1b
Use C-style comments in common header files and C code.
2001-01-16 22:35:27 +02:00
monty@donna.mysql.com
c1b5a5b00f
Removed not used variable 'last_ref'
...
Fixed problem with negative DECIMAL() keys
Fixed some bugs with NULL keys in BDB
More mysql-test tests
2001-01-16 06:02:05 +02:00
monty@donna.mysql.com
12d0f179cd
Fixes for mysqltest
2001-01-15 22:56:44 +02:00
monty@donna.mysql.com
9c80d5cb70
Patches for NetBSD/macppc
...
Fixed bug in LEFT JOIN
Added bdb_log_buffer_size
2001-01-12 13:52:32 +02:00
monty@donna.mysql.com
6d0e529042
Fixed bug when having many binary log files
...
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
2001-01-08 00:04:30 +02:00
monty@donna.mysql.com
7541a877bc
Fixes to get mysql-test-run more portable
2001-01-04 02:56:38 +02:00
monty@donna.mysql.com
e9c2f7d439
Fixes to get mysql-test included in the distributions
2001-01-02 14:29:47 +02:00
monty@donna.mysql.com
0135c0a350
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2000-12-29 16:09:30 +02:00
monty@donna.mysql.com
07b1f0dccd
Fixed --no-defaults in mysqltest
2000-12-29 16:06:10 +02:00
mwagner@evoq.home.mwagner.org
a70656791d
mysqltest.c Clean-ups.
2000-12-28 23:05:08 -06:00
mwagner@evoq.home.mwagner.org
7999933528
mysqltest.c Added --no-defaults to usage().
...
mysql-test-run.sh Couple more clean-ups.
2000-12-28 22:58:16 -06:00
monty@donna.mysql.com
60677ffd2c
Cleanup of tests
...
Fixed bug with ALTER TABLE on HEAP tables
2000-12-28 19:25:41 +02:00
monty@donna.mysql.com
c0f40d14cc
Added support for hex strings to mysqlimport
...
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
2000-12-28 03:56:38 +02:00
monty@donna.mysql.com
361067e915
Extended mysqltest with --commands and 'require'
...
Fixed test results.
Added mysqld variable 'have_isam'
2000-12-27 03:31:06 +02:00
monty@donna.mysql.com
6ba7c07ce2
merge
2000-12-24 15:22:33 +02:00
monty@donna.mysql.com
b590fa2567
New benchmark test
...
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
2000-12-24 15:19:00 +02:00
serg@serg.mysql.com
06b0f81586
mysql-test-run.sh remove *.reject before testing
...
mrg000001.test clean merge tables for other tests to work
mysqltest.c always compare vs. @result if any
mrg000002.result corrected
2000-12-22 20:10:35 +01:00
monty@donna.mysql.com
3ea85078dc
Fixed <=>
...
Added mysqltest for <=>
Removed use of TAB in output from mysql-test-run
2000-12-15 16:12:31 +02:00
monty@tik.mysql.com
4a99b428ed
Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql
2000-12-15 11:09:15 +02:00
monty@tik.mysql.com
b186b4f27a
Fixed that LPAD() and RPAD() cuts arguments
...
New test for string functions
2000-12-15 10:58:17 +02:00
sasha@mysql.sashanet.com
d9d49dfa44
client/mysqltest.c
...
fixed bug that created empty result files in no-record mode
mysql-test/t/rpl000007.test
testing non-replication of load data infile when the table is excluded from replication
mysql-test/t/rpl000016.test
test purge master logs
sql/slave.cc
fix memory leaks found by purge master logs test
sql/sql_repl.cc
fixed race condition and delete before close bug in reset_slave()
Overall comments - coverage testing is a very good thing!
2000-12-14 20:17:18 -07:00
sasha@mysql.sashanet.com
b63444de1b
client/mysqltest.c
...
added system command
myisammrg/myrg_open.c
fixed coredump when opening an empty union table
sql/sql_repl.cc
fixed warnings, remove confusing comment, fixed coredump in
change master to when master.info was corrupted
added new replication test case
2000-12-14 17:43:13 -07:00
sasha@mysql.sashanet.com
d058adf818
--result-file in mysqltest works nicely now
...
added a new test case that relies on --result-file
2000-12-12 15:01:35 -07:00