summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* sometimes the server lags behind the client on startup - to fix, if the ↵sasha@mysql.sashanet.com2001-04-031-2/+21
| | | | | | initial connect fails, sleep and try again before giving up
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-3/+1
| | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* I was wrong about concurrent insert issue in rpl000016 - it still failedsasha@mysql.sashanet.com2001-03-271-15/+83
| | | | | once after the lock. Now changed test case and added eval support to mysqltest to make it easier to debug
* Fix a crash in Innobase with tables with many columns and a range querymonty@donna.mysql.fi2001-03-262-3020/+0
| | | | Removed all Attic directories.
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
| | | | (For glibc 2.2)
* Fixed bug in send in mysqltestmonty@donna.mysql.fi2001-03-251-15/+37
| | | | | | | | 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()...
* fixes to get flush test to work only to discover another bug in flushsasha@mysql.sashanet.com2001-03-231-14/+28
| | | | tables - read comments below
* Added fix for using variables with distinctmonty@donna.mysql.fi2001-03-151-1/+6
|
* Added new tests to benchmark suitemonty@donna.mysql.fi2001-03-112-5/+29
|
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-3/+3
| | | | | | | | 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.
* Fixes for innobase usagemonty@donna.mysql.fi2001-03-031-12/+12
| | | | | Fixed bug when using TEXT columns with BDB tables Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
* Cleanups...jcole@tetra.spaceapes.com2001-02-202-34/+51
|
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-152-17/+25
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-02-131-7/+875
|\
| * Added --replace to mysqltestmonty@donna.mysql.com2001-02-131-7/+875
| | | | | | | | Fixed that GROUP BY can take DESC
* | mysqldump.c Fix to add space between index name and column definition in ↵tfr@coyote.emotion.ee2001-02-131-2/+2
|/ | | | | | CREATE TABLE statement sql_show.cc Fix to add space in SHOW CREATE TABLE between index name and column definitions
* Portability fixesmonty@donna.mysql.com2001-02-021-2/+12
| | | | Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-2/+6
| | | | | | | | 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()
* Merge work.mysql.com:/home/bk/mysqltim@work.mysql.com2001-01-291-3/+8
|\ | | | | | | into work.mysql.com:/d1/users/tim/my/work
| * Removed that --port defaults to TCP/IPmonty@donna.mysql.com2001-01-295-20/+0
| |
| * manual mergejcole@tetra.spaceapes.com2001-01-275-0/+20
| |\
| | * mysql* -P 3307 uses TCP/IP now.jcole@tetra.spaceapes.com2001-01-245-0/+20
| | |
| * | fixed improper read of log name from master.info which broke slave server ↵sasha@mysql.sashanet.com2001-01-241-2/+7
| |/ | | | | | | | | | | | | | | | | 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
| * fixes for testssasha@mysql.sashanet.com2001-01-231-1/+1
| |
* | errmsg.c fix copyright noticetim@work.mysql.com2001-01-221-15/+0
|/
* Fixes for OSF1monty@donna.mysql.com2001-01-221-17/+21
| | | | Made test more reliable on slow machines
* SHOW [FULL] COLUMNSmonty@donna.mysql.com2001-01-221-1/+1
| | | | Added timeouts to replication tests to handle concurrent inserts
* Mergemonty@donna.mysql.com2001-01-211-7/+38
|\
| * client/mysqltest.csasha@mysql.sashanet.com2001-01-191-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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''
* | mergemonty@donna.mysql.com2001-01-191-3/+3
|\ \ | |/ |/|
| * Added MYSQL_SERVER_SUFFIX to mysqldmonty@donna.mysql.com2001-01-191-3/+3
| | | | | | | | | | Fixed bug in TRIM changed strnmov -> strmake
* | client/mysqltest.csasha@mysql.sashanet.com2001-01-181-2/+2
| | | | | | | | | | | | | | | | 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''
* | semi-manual merge, some more needs to be fixed in mysqltest.c in fullysasha@mysql.sashanet.com2001-01-172-6/+66
|\ \ | |/ |/| | | manual mode
| * rpl000016.test syncsasha@mysql.sashanet.com2001-01-172-6/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge work.mysql.com:/home/bk/mysqltim@cane.mysql.fi2001-01-161-4/+4
|\ \ | | | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work
| * | Use C-style comments in common header files and C code.tim@cane.mysql.fi2001-01-161-4/+4
| |/
* | Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-161-22/+34
| | | | | | | | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* | Fixes for mysqltestmonty@donna.mysql.com2001-01-151-18/+36
|/
* Patches for NetBSD/macppcmonty@donna.mysql.com2001-01-121-5/+9
| | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-265/+283
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* Fixes to get mysql-test-run more portablemonty@donna.mysql.com2001-01-041-31/+48
|
* Fixes to get mysql-test included in the distributionsmonty@donna.mysql.com2001-01-022-17/+22
|
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-12-291-2/+4
|\
| * mysqltest.c Clean-ups.mwagner@evoq.home.mwagner.org2000-12-281-3/+1
| |
| * mysqltest.c Added --no-defaults to usage().mwagner@evoq.home.mwagner.org2000-12-281-3/+7
| | | | | | | | mysql-test-run.sh Couple more clean-ups.
* | Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-292-5/+4
| |
* | Cleanup of testsmonty@donna.mysql.com2000-12-287-15/+17
|/ | | | Fixed bug with ALTER TABLE on HEAP tables
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-282-27/+52
| | | | | A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
* Extended mysqltest with --commands and 'require'monty@donna.mysql.com2000-12-271-456/+482
| | | | | Fixed test results. Added mysqld variable 'have_isam'
* mergemonty@donna.mysql.com2000-12-241-2/+4
|\