summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in ISNULL(not_null_expression)monty@hundin.mysql.fi2002-05-041-0/+10
* Fixed problems with DECIMAL() type on overflow.monty@hundin.mysql.fi2002-05-021-0/+64
* Don't change FLOAT(X+1,X) to FLOAT(X+2,X)monty@hundin.mysql.fi2002-04-261-0/+14
* New if testsmonty@tik.mysql.fi2002-04-221-0/+30
* Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.monty@tik.mysql.fi2002-04-221-11/+0
* SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-183-2/+12
* Fix for bug in WHERE key='j' or key='J'monty@hundin.mysql.fi2002-03-221-1/+2
* Quote names to SHOW CREATE for mysqldumpmonty@tik.mysql.fi2002-03-211-0/+62
* Added help for --local-infilemonty@hundin.mysql.fi2002-03-121-0/+8
* Fixed bug in DATE_FORMAT when used with GROUP BYmonty@hundin.mysql.fi2002-03-061-0/+13
* Don't give warnings for empty statements with commentsmonty@hundin.mysql.fi2002-02-141-1/+2
* Fixed bug in full join with many NULL fields.monty@hundin.mysql.fi2002-02-101-0/+24
* Fixed bug when making a range join based on information from a const table.monty@hundin.mysql.fi2002-01-181-1/+75
* Bugfix for WHERE key=@a OR key=@bmonty@hundin.mysql.fi2001-12-271-0/+13
* make replication work correctly if the master logs SELECT RELEASE_LOCK() sasha@mysql.sashanet.com2001-12-181-4/+3
* temp commitsasha@mysql.sashanet.com2001-12-181-0/+8
* misc cleanup sasha@mysql.sashanet.com2001-12-131-0/+1
* mergedsasha@mysql.sashanet.com2001-12-131-0/+8
|\
| * Fixed problem with default & InnoDB tables.monty@hundin.mysql.fi2001-12-131-0/+8
* | slave-skip-errorssasha@mysql.sashanet.com2001-12-123-0/+17
|/
* Fixed bug in GROUP BY ... DESCmonty@hundin.mysql.fi2001-12-101-1/+24
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-12-051-0/+12
|\
| * Fixed bug in LEFT JOINmonty@hundin.mysql.fi2001-12-051-0/+12
* | added build-tagssasha@mysql.sashanet.com2001-11-301-0/+17
|/
* Better optimization for InnoDB and BDB tables for ORDER BYmonty@hundin.mysql.fi2001-11-292-0/+32
* fixed alias drop bug in binlogsasha@mysql.sashanet.com2001-11-272-3/+4
* Fix race condition in ANALYZE TABLE.monty@hundin.mysql.fi2001-11-263-7/+56
* (UPDATE|DELETE) ...WHERE MATCH bugfixserg@serg.mysql.com2001-11-211-0/+3
* Fixed bug in OPTIMIZE TABLE that reset index cardinality if itmonty@hundin.mysql.fi2001-11-181-0/+12
* Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.monty@hundin.mysql.fi2001-11-071-1/+2
* Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date...monty@hundin.mysql.fi2001-11-031-3/+11
* Fix that mysqladmin shutdown can be interrupted with ^Cmonty@hundin.mysql.fi2001-11-033-2/+3
* Portability fixesmonty@hundin.mysql.fi2001-10-312-1/+59
* Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-10-291-0/+1
|\
| * fixed bug with temporary tables replication if one does FLUSH LOGSsasha@mysql.sashanet.com2001-10-291-0/+1
* | Don't use signal() on windows.monty@hundin.mysql.fi2001-10-192-0/+25
|/
* fixed crash on slave when master aborts a query that has % in it.sasha@mysql.sashanet.com2001-10-051-2/+2
* Portability fixmonty@hundin.mysql.fi2001-10-031-0/+1
* Fix for make distmonty@hundin.mysql.fi2001-10-021-2/+2
* Fixed bug in counting open files when using many filesmonty@hundin.mysql.fi2001-09-271-0/+23
* Fix for LOAD DATA FROM MASTER when using tables with checksummonty@hundin.mysql.fi2001-09-185-18/+32
* fixed bug in mysqltestsasha@mysql.sashanet.com2001-09-151-0/+18
* Fixed problem with "record not found" in BDB tables.monty@hundin.mysql.fi2001-09-141-0/+19
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-09-121-1/+1
|\
| * First drop merge table, then other tablesmonty@tik.mysql.fi2001-09-121-1/+1
* | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-09-103-8/+58
|\ \ | |/
| * Fix bugs when using LOCK TABLES with BDB tablesmonty@hundin.mysql.fi2001-09-081-8/+19
| * Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-042-0/+39
* | fixed IDENTITY crisissasha@mysql.sashanet.com2001-09-101-0/+2
|/
* replicated get_lock() properlysasha@mysql.sashanet.com2001-08-311-0/+16