Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some bugs from last multi-table-update push. | monty@mashka.mysql.fi | 2002-12-01 | 3 | -9/+81 |
| | | | | More tests for multi-table-update & timestamp handling | ||||
* | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -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.0 | monty@mashka.mysql.fi | 2002-11-24 | 1 | -1/+8 |
|\ | |||||
| * | fixed invalidation of query cache | bell@sanja.is.com.ua | 2002-11-22 | 1 | -1/+8 |
| | | | | | | | | excluded double call of 'invalidate()' | ||||
* | | Updated results after merge from 3.23 | monty@mashka.mysql.fi | 2002-11-24 | 1 | -0/+38 |
| | | |||||
* | | merge with 3.23 to get bugfixes for <=> NULL and --bind-address | monty@mashka.mysql.fi | 2002-11-24 | 2 | -0/+22 |
|\ \ | |||||
| * | | Moved test to correct file | monty@mashka.mysql.fi | 2002-11-22 | 2 | -10/+18 |
| | | | |||||
| * | | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-11-22 | 1 | -0/+21 |
| |\ \ | |||||
| | * | | Fixed bug with indexed NULL column <=> NULL | monty@mashka.mysql.fi | 2002-11-22 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | Fix for Mac OS X shutdown | ||||
| * | | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-11-20 | 1 | -0/+10 |
| |\ \ \ | | |/ / | |/| | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| | * | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-11-05 | 1 | -0/+19 |
| | |\ \ | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| | * | | | Added test case for the last fix | Sinisa@sinisa.nasamreza.org | 2002-11-02 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER | monty@mashka.mysql.fi | 2002-11-24 | 4 | -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.0 | monty@mashka.mysql.fi | 2002-11-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Try to optimize the cache buffer size needed for bulk_insert | monty@mashka.mysql.fi | 2002-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fix for shutdown on Mac OS X | ||||
* | | | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2002-11-20 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | | | bug in _ftb_strstr fixed :) | serg@serg.mysql.com | 2002-11-20 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Added tests for boolean operators in select part | salle@geopard.(none) | 2002-11-18 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | Redo of changeset I commited, but failed to push | ||||
* | | | | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 | bell@sanja.is.com.ua | 2002-11-17 | 1 | -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.ua | 2002-11-17 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | merge::records_in_range and optimizer | serg@serg.mysql.com | 2002-11-17 | 1 | -0/+33 |
|/ / / / | |||||
* | | | | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 6 | -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 | ||||
* | | | | merged | serg@serg.mysql.com | 2002-11-13 | 1 | -10/+222 |
|\ \ \ \ | |/ / / | |||||
| * | | | optimize table corruption fixed, though more clean fix is desired. | serg@serg.mysql.com | 2002-11-13 | 1 | -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.fi | 2002-11-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | unlink socket file if mysqld dies on startup Some optimization of AND expressions | ||||
* | | | Fixed that NULL and 0 returns 0 instead of NULL | monty@mashka.mysql.fi | 2002-11-11 | 1 | -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 expressions | monty@hundin.mysql.fi | 2002-11-09 | 1 | -1/+40 |
| | | | |||||
* | | | manually merged | serg@sergbook.mysql.com | 2002-11-07 | 1 | -0/+19 |
|\ \ \ | |||||
| * \ \ | Merge | serg@sergbook.mysql.com | 2002-11-06 | 4 | -11/+69 |
| |\ \ \ | |||||
| * \ \ \ | merged | serg@sergbook.mysql.com | 2002-11-05 | 1 | -0/+19 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | TEMPORARY MERGE tables are allowed | serg@sergbook.mysql.com | 2002-11-05 | 1 | -0/+19 |
| | | |/ | | |/| | |||||
| | * | | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields | serg@serg.mysql.com | 2002-10-28 | 1 | -0/+171 |
| | | | | |||||
* | | | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0 | monty@hundin.mysql.fi | 2002-11-07 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Put temporary files in binlog cache when using BEGIN/COMMIT | monty@hundin.mysql.fi | 2002-11-07 | 1 | -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-root | peter@mysql.com | 2002-11-06 | 4 | -11/+69 |
|\ \ \ \ | |/ / / | | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.0 | ||||
| * | | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0 | monty@hundin.mysql.fi | 2002-11-06 | 2 | -0/+51 |
| |\ \ \ | |||||
| | * | | | fixed bdb transaction with query cache bug | bell@sanja.is.com.ua | 2002-11-06 | 2 | -0/+51 |
| | |/ / | |||||
| * | | | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2 | monty@hundin.mysql.fi | 2002-11-05 | 2 | -11/+18 |
| |/ / | | | | | | | | | | Some simple optimizations | ||||
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-root | peter@mysql.com | 2002-10-31 | 3 | -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.0 | monty@mashka.mysql.fi | 2002-10-31 | 1 | -0/+10 |
| |\ \ | |||||
| | * | | A fix for bug when comparing a datetime column with timestamp | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | values with BETWEEN clause | ||||
| * | | | merge | monty@mashka.mysql.fi | 2002-10-29 | 2 | -2/+18 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Added --skip-safemalloc to mysqltest | monty@mashka.mysql.fi | 2002-10-29 | 2 | -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-root | peter@mysql.com | 2002-10-26 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.0 | ||||
| * | | | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Fixed problem with BDB tables and ALTER TABLE | monty@hundin.mysql.fi | 2002-10-24 | 1 | -0/+2 |
| | | | |||||
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-root | peter@mysql.com | 2002-10-19 | 1 | -0/+10 |
|\ \ \ | |/ / |/| | | | | | into mysql.com:/home/pz/mysql/mysql-4.0 | ||||
| * | | Fix exponent overflow handling for decimal type. Overflow lead to crash | peter@mysql.com | 2002-10-13 | 1 | -0/+10 |
| | | | |||||
* | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -0/+44 |
|\ \ \ | |||||
| * \ \ | Merge with 3.23.54 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -0/+44 |
| |\ \ \ | | |/ / | |/| / | | |/ |