An error occurred fetching the project authors.
- 14 Mar, 2001 2 commits
-
-
jcole@abel.spaceapes.com authored
-
sasha@mysql.sashanet.com authored
added support for kill expr fixed coredump in set @A := foo; added testcase for user_var added testcase for kill
-
- 13 Mar, 2001 1 commit
-
-
jcole@tetra.spaceapes.com 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.
-
- 02 Mar, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
SET @foo=bar; This would cause a deadlock in mysqld, it now generates the error: ER_SET_CONSTANTS_ONLY as follows: mysql> set @foo=bar; ERROR 1204: You may only use constant expressions with SET
-
- 13 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Fixed that GROUP BY can take DESC
-
- 02 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
-
- 24 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
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
-
- 22 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added timeouts to replication tests to handle concurrent inserts
-
- 16 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha
-
- 18 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
for the code.
-
- 15 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
-
- 07 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
-
- 23 Nov, 2000 1 commit
-
-
monty@donna.mysql.com authored
Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
-
- 17 Nov, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 14 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
this file needs to be deleted sql/log_event.cc fixed warnings sql/log_event.h fixed () #define bug sql/mysqlbinlog.cc fixed length argument - was supposed to be one less sql/mysqld.cc replicate-do/ignore-table now works, wild does not yet sql/mysql_priv.h updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/slave.cc changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h changes for replicate-do/ignore-table sql/sql_class.cc slave_thread variable to THD sql/sql_class.h added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc updating argument to add_tables_to_list() sql/sql_table.cc fixed bug in mysql_rm_table() sql/sql_yacc.yy fixed up add_table_to_list() calls to accept updating argument sql/table.h added updating to TABLE_LIST
-
- 13 Nov, 2000 1 commit
-
-
monty@tik.mysql.com authored
-
- 11 Nov, 2000 1 commit
-
-
jcole@tetra.bedford.progress.com authored
-
- 31 Oct, 2000 1 commit
-
-
tim@threads.polyesthetic.msg authored
sql_yacc.yy SQLCOM_COMMIT => SQLCOM_BEGIN for BEGIN_SYM
-
- 27 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs
-
- 20 Oct, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 14 Oct, 2000 2 commits
-
-
monty@donna.mysql.com authored
-
monty@donna.mysql.com authored
a lot of portability issues.
-
- 10 Oct, 2000 2 commits
-
-
monty@tik.mysql.com authored
-
serg@serg.mysql.com authored
It makes SHOW CREATE TABLE to quote table and column names. This is ON by default !
-
- 25 Sep, 2000 1 commit
-
-
monty@tramp.mysql.fi authored
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
-
- 20 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 14 Sep, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
RESTORE TABLE FROM 'directory' log on slave when it connects to the master
-
- 13 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 12 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 07 Sep, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 28 Aug, 2000 1 commit
-
-
serg@infomag.ape.relarn.ru authored
**************** !!! NOTE EVERYBODY: SYNTAX CHANGED !!! ******************** There's no COLLECTIONs now, full-text indexes can be created via the word FULLTEXT, which should be used like UNIQUE.
-
- 21 Aug, 2000 4 commits
-
-
monty@donna.mysql.com authored
-
monty@donna.mysql.com authored
Fixes for RENAME TABLE Portability fixes
-
serg@infomag.ape.relarn.ru authored
-
monty@donna.mysql.com authored
Small bug fixes
-
- 18 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
Added more status to the MyISAM files to avoid checking files that has already been checked.
-
- 16 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 15 Aug, 2000 1 commit
-
-
monty@donna.mysql.com authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-