summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some bugs from last multi-table-update push.monty@mashka.mysql.fi2002-12-013-9/+81
| | | | More tests for multi-table-update & timestamp handling
* New multi-table-update codemonty@mashka.mysql.fi2002-11-291-29/+21
| | | | | | | New (simpler) internal timestamp handling. More debuging to heap tables. Small cleanups to multi-table-delete false -> 0 and true -> 1 (We should use TRUE and FALSE)
* Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-241-1/+8
|\
| * fixed invalidation of query cachebell@sanja.is.com.ua2002-11-221-1/+8
| | | | | | | | excluded double call of 'invalidate()'
* | Updated results after merge from 3.23monty@mashka.mysql.fi2002-11-241-0/+38
| |
* | merge with 3.23 to get bugfixes for <=> NULL and --bind-addressmonty@mashka.mysql.fi2002-11-242-0/+22
|\ \
| * | Moved test to correct filemonty@mashka.mysql.fi2002-11-222-10/+18
| | |
| * | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2002-11-221-0/+21
| |\ \
| | * | Fixed bug with indexed NULL column <=> NULLmonty@mashka.mysql.fi2002-11-221-0/+21
| | | | | | | | | | | | | | | | Fix for Mac OS X shutdown
| * | | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-11-201-0/+10
| |\ \ \ | | |/ / | |/| | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| | * | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-11-051-0/+19
| | |\ \ | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql
| | * | | Added test case for the last fixSinisa@sinisa.nasamreza.org2002-11-021-0/+10
| | | | |
* | | | | Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERmonty@mashka.mysql.fi2002-11-244-8/+45
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Added CEIL as an alias for CEILING Cleaned up CHECK constraint handling. (We don't anymore require braces after CHECK) Added casting to CHAR.
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-11-201-1/+1
|\ \ \ \
| * | | | Try to optimize the cache buffer size needed for bulk_insertmonty@mashka.mysql.fi2002-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | Fix for shutdown on Mac OS X
* | | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-11-201-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | | bug in _ftb_strstr fixed :)serg@serg.mysql.com2002-11-201-0/+1
| | | | |
* | | | | Added tests for boolean operators in select partsalle@geopard.(none)2002-11-181-0/+23
| | | | | | | | | | | | | | | | | | | | Redo of changeset I commited, but failed to push
* | | | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0bell@sanja.is.com.ua2002-11-171-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
| * | | | new status variable (number of queries deleted because of low memory)bell@sanja.is.com.ua2002-11-171-0/+2
| | | | |
* | | | | merge::records_in_range and optimizerserg@serg.mysql.com2002-11-171-0/+33
|/ / / /
* | | | Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-166-28/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
* | | | mergedserg@serg.mysql.com2002-11-131-10/+222
|\ \ \ \ | |/ / /
| * | | optimize table corruption fixed, though more clean fix is desired.serg@serg.mysql.com2002-11-131-0/+40
| | |/ | |/| | | | | | | | | | Fix for another optimize bug is undone, as the new one handles both cases. test added
* | | Extended WEEK() to be able to handle ISO weeks.monty@mashka.mysql.fi2002-11-121-0/+3
| | | | | | | | | | | | | | | unlink socket file if mysqld dies on startup Some optimization of AND expressions
* | | Fixed that NULL and 0 returns 0 instead of NULLmonty@mashka.mysql.fi2002-11-111-0/+28
| | | | | | | | | | | | This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
* | | Fixed bug in MAX() optimization when used with JOIN and ON expressionsmonty@hundin.mysql.fi2002-11-091-1/+40
| | |
* | | manually mergedserg@sergbook.mysql.com2002-11-071-0/+19
|\ \ \
| * \ \ Mergeserg@sergbook.mysql.com2002-11-064-11/+69
| |\ \ \
| * \ \ \ mergedserg@sergbook.mysql.com2002-11-051-0/+19
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | TEMPORARY MERGE tables are allowedserg@sergbook.mysql.com2002-11-051-0/+19
| | | |/ | | |/|
| | * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsserg@serg.mysql.com2002-10-281-0/+171
| | | |
* | | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0monty@hundin.mysql.fi2002-11-071-0/+4
|\ \ \ \
| * | | | Put temporary files in binlog cache when using BEGIN/COMMITmonty@hundin.mysql.fi2002-11-071-0/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootpeter@mysql.com2002-11-064-11/+69
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.0
| * | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0monty@hundin.mysql.fi2002-11-062-0/+51
| |\ \ \
| | * | | fixed bdb transaction with query cache bugbell@sanja.is.com.ua2002-11-062-0/+51
| | |/ /
| * | | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2monty@hundin.mysql.fi2002-11-052-11/+18
| |/ / | | | | | | | | | Some simple optimizations
* | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootpeter@mysql.com2002-10-313-2/+28
|\ \ \ | |/ / | | | | | | into mysql.com:/home/pz/mysql/mysql-4.0
| * | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-10-311-0/+10
| |\ \
| | * | A fix for bug when comparing a datetime column with timestampSinisa@sinisa.nasamreza.org2002-10-301-0/+10
| | | | | | | | | | | | | | | | values with BETWEEN clause
| * | | mergemonty@mashka.mysql.fi2002-10-292-2/+18
| |\ \ \ | | |/ / | |/| |
| | * | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-292-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootpeter@mysql.com2002-10-261-0/+1
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.0
| * | | mergedserg@serg.mysql.com2002-10-251-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-241-0/+2
| | |
* | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootpeter@mysql.com2002-10-191-0/+10
|\ \ \ | |/ / |/| | | | | into mysql.com:/home/pz/mysql/mysql-4.0
| * | Fix exponent overflow handling for decimal type. Overflow lead to crashpeter@mysql.com2002-10-131-0/+10
| | |
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-10-161-0/+44
|\ \ \
| * \ \ Merge with 3.23.54monty@hundin.mysql.fi2002-10-161-0/+44
| |\ \ \ | | |/ / | |/| / | | |/