summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* Added last_errno and last_error to show slave statussasha@mysql.sashanet.com2001-01-2429-37/+197
| | | | | | | slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
* fixed bug in master_pos_wait(), got rid of sleep hack, sasha@mysql.sashanet.com2001-01-221-10/+8
| | | | added test/sanity check for master_pos_wait()
* Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-01-221-1/+1
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * portability fixsasha@mysql.sashanet.com2001-01-221-1/+1
| |
* | Fixes for OSF1monty@donna.mysql.com2001-01-222-66/+63
| | | | | | | | Made test more reliable on slow machines
* | SHOW [FULL] COLUMNSmonty@donna.mysql.com2001-01-224-24/+34
| | | | | | | | Added timeouts to replication tests to handle concurrent inserts
* | keep bk happymonty@donna.mysql.com2001-01-226-398/+407
| |
* | Fixed type in make_binary_distribution.shmonty@donna.mysql.com2001-01-221-1/+4
| | | | | | | | Don't convert field names in mysql_list_fields
* | Fixed typos from prev changesetmonty@donna.mysql.com2001-01-211-2/+2
| |
* | Mergemonty@donna.mysql.com2001-01-214-16/+6
|\ \ | |/
| * client/mysqltest.csasha@mysql.sashanet.com2001-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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''
| * Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-01-191-2/+2
| |\ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| | * fixed coredump in SET PASSWORD in slave thread.sasha@mysql.sashanet.com2001-01-191-2/+2
| | |
| * | ha_myisam.cc magic removedserg@donna.mysql.com2001-01-192-13/+3
| | | | | | | | | | | | ha_myisam.h magic removed
* | | Changes for --with-server-suffixmonty@donna.mysql.com2001-01-216-24/+60
| | | | | | | | | | | | | | | Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE
* | | mergemonty@donna.mysql.com2001-01-193-13/+8
|\ \ \ | |/ / |/| |
| * | Added MYSQL_SERVER_SUFFIX to mysqldmonty@donna.mysql.com2001-01-193-12/+8
| | | | | | | | | | | | | | | Fixed bug in TRIM changed strnmov -> strmake
* | | Merge work.mysql.com:/home/bk/mysqltim@cane.mysql.fi2001-01-191-0/+1
|\ \ \ | |_|/ |/| | | | | into cane.mysql.fi:/usr/home/tim/my/work
| * | Add --with-server-suffix (MYSQL_SERVER_SUFFIX).tim@cane.mysql.fi2001-01-191-0/+1
| | |
* | | fixed buffer overrun in resolve_stack_dumpsasha@mysql.sashanet.com2001-01-182-8/+41
|/ / | | | | | | | | fixes for restore table test case for backup/restore
* | semi-manual merge, some more needs to be fixed in mysqltest.c in fullysasha@mysql.sashanet.com2001-01-179-30/+170
|\ \ | |/ |/| | | manual mode
| * rpl000016.test syncsasha@mysql.sashanet.com2001-01-179-30/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fixed for bugs that was found when getting full code coverage of BDBmonty@donna.mysql.com2001-01-177-81/+127
| | | | | | | | | | Fixed bug with HEAP tables on windows Fixed bug with HAVING on empty tables
* | Handle AVAILABLE_LANGUAGES more portably.tim@donna.mysql.com2001-01-161-5/+3
| | | | | | | | Fix a typo in BDB configuration.
* | Fixed bug in CHECK TABLE ... EXTENDEDmonty@donna.mysql.com2001-01-163-4/+12
| | | | | | | | | | Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha
* | Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-168-134/+107
| | | | | | | | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2001-01-151-1/+1
|\ \
| * | Fix get_time bugtim@cane.mysql.fi2001-01-151-1/+1
| |/
* | Fixes for mysqltestmonty@donna.mysql.com2001-01-152-7/+13
| |
* | mergemonty@donna.mysql.com2001-01-151-5/+6
|\ \ | |/
| * Makefile.am rules for */errmsg.sys refinedserg@hynda.mysql.fi2001-01-141-5/+6
| |
* | Merge donna.mysql.com:/home/my/bk/mysqltim@donna.mysql.com2001-01-144-8/+41
|\ \ | | | | | | | | | into donna.mysql.com:/home/tim/my/work
| * | Fixed that --open-files-limit works on Linuxmonty@donna.mysql.com2001-01-144-8/+41
| |/
* | Add bdb_version variable, and a new test.tim@donna.mysql.com2001-01-131-0/+1
|/
* Added test for innobasemonty@donna.mysql.com2001-01-121-3/+1
| | | | Fixed problem with NULL keys in BDB
* Updates for innobasemonty@donna.mysql.com2001-01-122-201/+398
|
* Patches for NetBSD/macppcmonty@donna.mysql.com2001-01-125-12/+44
| | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size
* Mergemonty@donna.mysql.com2001-01-081-9/+20
|\
| * Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-9/+20
| | | | | | | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* | item_func.h bugfixserg@serg.mysql.com2001-01-071-2/+4
| | | | | | | | fulltext_cache.test drop table added
* | Makefile.am create */errmsg.sys during build, not installserg@serg.mysql.com2001-01-0720-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete: sql/share/spanish/errmsg.sys sql/share/swedish/errmsg.sys sql/share/slovak/errmsg.sys sql/share/polish/errmsg.sys sql/share/romanian/errmsg.sys sql/share/russian/errmsg.sys sql/share/portuguese/errmsg.sys sql/share/hungarian/errmsg.sys sql/share/italian/errmsg.sys sql/share/japanese/errmsg.sys sql/share/korean/errmsg.sys sql/share/greek/errmsg.sys sql/share/czech/errmsg.sys sql/share/danish/errmsg.sys sql/share/dutch/errmsg.sys sql/share/english/errmsg.sys sql/share/estonian/errmsg.sys sql/share/french/errmsg.sys sql/share/german/errmsg.sys post-commit adapted for bk-2.0beta5
* | sql_select.cc check for cond==NULL in add_ft_keys()serg@serg.mysql.com2001-01-051-0/+3
|/ | | | | fulltext_left_join.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_left_join.result fulltext_left_join.test BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_left_join.test
* Removed SCCS flag from all test casesmonty@donna.mysql.com2001-01-032-10/+11
| | | | | Changed atoll -> strtoll Extended mysql-test-run
* show_check.test fixed cleanup problemsasha@mysql.sashanet.com2001-01-022-1/+6
| | | | | | | rpl000014.test fixed bug in testcase rename.test fixed cleanup problem handler.cc added a comment sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support
* Fix for replication when binary log goes over 2Gmonty@donna.mysql.com2001-01-032-5/+5
| | | | | Split update_of_key into separate tests Updated make_binary_distribution to generate symbol file for mysqld
* Fixes to get mysql-test included in the distributionsmonty@donna.mysql.com2001-01-021-1/+1
|
* Fixed bug when opening BDB tables twicemonty@donna.mysql.com2001-01-022-11/+14
|
* Fixed gethostname_r tests to be more portablemonty@donna.mysql.com2001-01-011-1/+1
|
* Update to new viomonty@donna.mysql.com2000-12-311-2/+2
|
* cleanupsmonty@donna.mysql.com2000-12-311-2/+1
|