summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Added missing error message to estonian/errmsg.txt.unknown2004-07-221-0/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-216-20/+18
|\
| * LEX initialization fixedunknown2004-07-216-20/+18
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-211-1/+1
|\ \
| * | fixed ORDER BY ?unknown2004-07-211-1/+1
| |/
* | Final patch for WL#1600(warn if max_allowed_packet used)unknown2004-07-2125-10/+43
* | Mergingunknown2004-07-213-10/+61
|\ \ | |/ |/|
| * WL#1600 (Warn if result is truncatet due to max_allowed_packet)unknown2004-06-2925-9/+84
* | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-211-0/+12
|\ \
| * | Sanja will probably rework this tomorrow; we need to unify the normalunknown2004-07-211-0/+12
* | | Updates for archive storage engine. unknown2004-07-201-19/+13
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-203-4/+13
|\ \
| * \ manual merged (blame me!)unknown2004-07-203-4/+13
| |\ \
| | * | Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE...unknown2004-07-181-2/+6
| | * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-07-171-10/+13
| | |\ \
| | | * | Fixes forunknown2004-07-171-10/+13
| | * | | Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-07-131-0/+3
| | |\ \ \
| | | * | | A fix for a long standing bug in LOAD DATA .. LOCAL ..'unknown2004-07-131-0/+3
| | * | | | InnoDB: LOCK TABLE clean-upunknown2004-07-121-2/+2
| | |/ / /
* | | | | Compilation failure on Windows fixed.unknown2004-07-191-1/+2
|/ / / /
* | | | handler.cc:unknown2004-07-191-7/+7
* | | | make acl_init() more robust -unknown2004-07-191-16/+32
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-171-1/+6
|\ \ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-161-2/+3
| |\ \ \ \
| * | | | | stack overflow check added for subqueries processing (BUG#4554)unknown2004-07-141-1/+6
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-171-2/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-161-2/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | in 4.1 DATABASE() may be NULLunknown2004-07-161-2/+3
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-1659-135/+509
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-131-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | WL#1900 "When CHECK TABLE or ANALYZE TABLE of a MyISAM table is killedunknown2004-07-131-2/+2
| * | | | | Don't close already closed files in vio (not critical)unknown2004-07-122-1/+13
| * | | | | Mergeunknown2004-07-112-4/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | mysql_find_files() made extern (from static to sql_show.cc)unknown2004-07-102-4/+3
| | | |/ / | | |/| |
| * | | | Reorder variables to preserve alphabetical sorting.unknown2004-07-101-3/+3
| * | | | manual merge unknown2004-07-091-6/+6
| |\ \ \ \
| | * | | | added an optimization in mysql_create_db (sql_db.cc)unknown2004-07-091-2/+2
| | * | | | fixed Bug #4378 "create database IF NOT EXISTS thing" returns an errorunknown2004-07-081-2/+3
| * | | | | Cleanup of db option cacheingunknown2004-07-098-91/+127
| * | | | | Merge with 4.0 to get bug fixesunknown2004-07-091-4/+29
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-06-301-4/+29
| | |\ \ \ \
| | | * | | | Fix for BUG#4326 "Replicated LOAD DATA INFILE show nothing inunknown2004-06-301-4/+29
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-0825-56/+83
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-0825-56/+83
| * | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-0839-44/+312
| |\ \ \ \ \ \
| | * | | | | | WL#807 Optimize loading database options in load_db_optunknown2004-07-086-10/+235
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-071-3/+6
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | bug#4441 - crash in UNHEX(NULL)unknown2004-07-071-3/+6
| | * | | | | | Don't allow badly formed UTF8 identitiersunknown2004-07-0724-0/+35
| | * | | | | | ha_archive.cc:unknown2004-07-071-1/+1