summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in CONCAT_WS()unknown2002-05-172-0/+37
* Fixed bug in datetime range optimizationunknown2002-05-152-0/+27
* Fix for ISNULL()unknown2002-05-072-0/+4
* Fixed bug in ISNULL(not_null_expression)unknown2002-05-042-0/+11
* Fixed test results after last changesunknown2002-05-023-6/+2
* Fixed problems with DECIMAL() type on overflow.unknown2002-05-022-0/+172
* Don't change FLOAT(X+1,X) to FLOAT(X+2,X)unknown2002-04-262-0/+30
* New if testsunknown2002-04-222-0/+65
* Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-04-221-11/+0
|\
| * Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.unknown2002-04-221-11/+0
* | Fixing Innodb test resultsmysql-3.23.50unknown2002-04-211-1/+1
|/
* SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-186-6/+22
* Fix for bug in WHERE key='j' or key='J'unknown2002-03-222-1/+12
* Quote names to SHOW CREATE for mysqldumpunknown2002-03-211-0/+62
* Added help for --local-infileunknown2002-03-122-0/+45
* Fixed bug in DATE_FORMAT when used with GROUP BYunknown2002-03-062-0/+17
* Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23unknown2002-03-051-5/+6
|\
| * Update scripts for new POSIX specunknown2002-03-051-5/+6
* | updates for the new buildunknown2002-02-151-5/+14
|/
* Don't give warnings for empty statements with commentsunknown2002-02-141-1/+2
* Remove uage of static variable from file locks.unknown2002-02-101-1/+0
* Fixed bug in full join with many NULL fields.unknown2002-02-102-0/+27
* Fixed results after Heikki's last changemysql-3.23.48unknown2002-02-071-5/+5
* Update to autoconf 2.52unknown2002-02-071-5/+5
* Fixed bug when making a range join based on information from a const table.unknown2002-01-182-1/+79
* Bugfix for WHERE key=@a OR key=@bunknown2001-12-272-0/+24
* Fixed shutdown problem on HPUXunknown2001-12-211-7/+7
* make replication work correctly if the master logs SELECT RELEASE_LOCK() unknown2001-12-181-4/+3
* temp commitunknown2001-12-181-0/+8
* misc cleanup unknown2001-12-132-1/+4
* mergedunknown2001-12-132-0/+10
|\
| * Fixed problem with default & InnoDB tables.unknown2001-12-132-0/+10
* | slave-skip-errorsunknown2001-12-125-0/+23
|/
* Fixed bug in GROUP BY ... DESCunknown2001-12-102-1/+54
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-12-052-0/+23
|\
| * Fixed bug in LEFT JOINunknown2001-12-052-0/+23
* | added build-tagsunknown2001-11-302-0/+22
|/
* Better optimization for InnoDB and BDB tables for ORDER BYmysql-3.23.46unknown2001-11-294-0/+64
* fixed alias drop bug in binlogunknown2001-11-273-4/+5
* Fixed bug when joining with caching.unknown2001-11-271-1/+1
* Fix race condition in ANALYZE TABLE.unknown2001-11-264-7/+66
* (UPDATE|DELETE) ...WHERE MATCH bugfixunknown2001-11-212-0/+7
* typo fixedunknown2001-11-211-1/+1
* Fixed bug in OPTIMIZE TABLE that reset index cardinality if itunknown2001-11-182-0/+22
* Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.unknown2001-11-073-3/+8
* Added missing mysqlbinlog to binary distributions.unknown2001-11-071-0/+1
* Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date...unknown2001-11-032-3/+16
* Fix that mysqladmin shutdown can be interrupted with ^Cunknown2001-11-034-2/+5
* Portability fixesunknown2001-10-314-1/+79
* Merge work:/home/bk/mysqlunknown2001-10-291-0/+1
|\