summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* mergedunknown2004-08-261-1/+1
|\
| * mergeunknown2004-08-261-1/+1
| |\
| | * Remove default argument to mysql_truncate()unknown2004-08-261-1/+1
* | | Fix for Bug#5034 "prepared "select 1 into @arg15", second unknown2004-08-241-33/+26
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-211-0/+3
|\ \ \
| * | | Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-0/+3
* | | | mergedunknown2004-08-201-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,unknown2004-08-201-1/+5
| * | | Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...unknown2004-08-191-1/+1
* | | | (manual port from 4.0 - was needed)unknown2004-08-191-1/+1
* | | | Fixed symbol name problems that made build fail.unknown2004-08-191-2/+2
| |/ / |/| |
* | | manually mergedunknown2004-08-181-1/+5
|\ \ \ | |/ /
| * | Fix for bug #4491 "timestamp(19) doesn't work".unknown2004-08-061-1/+5
| |/
| * Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0unknown2004-06-251-2/+2
| |\
| | * parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)unknown2004-06-241-2/+2
* | | CSC issue # 3299 fix:unknown2004-08-131-3/+8
* | | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-1/+3
* | | LEX initialization fixedunknown2004-07-211-6/+6
* | | Don't close already closed files in vio (not critical)unknown2004-07-121-1/+0
* | | Cleanup of db option cacheingunknown2004-07-091-1/+2
* | | WL#807 Optimize loading database options in load_db_optunknown2004-07-081-0/+1
* | | removed using lex->select_lex.options is SHOW TABLE [STATUS] commands (BUG#4288)unknown2004-06-271-1/+1
* | | parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)unknown2004-06-241-2/+2
* | | Mergeunknown2004-06-221-1/+13
|\ \ \
| * | | fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT (BUG#4090)unknown2004-06-131-1/+13
* | | | Unused variables removed (many files).unknown2004-06-211-2/+0
* | | | mergeunknown2004-06-211-3/+9
|\ \ \ \
| * \ \ \ Merge with 4.0.21unknown2004-06-181-3/+9
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20040617084849|64488unknown2004-06-171-3/+3
| | * | Cset exclude: guilhem@mysql.com|ChangeSet|20040609132715|17355unknown2004-06-171-3/+3
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-06-101-2/+4
| | |\ \
| | | * | Cleanupunknown2004-06-101-2/+4
| | * | | complement to previous fix (which was for SQLCOM_DROP_DB), for COM_DROP_DB.unknown2004-06-091-3/+3
| | * | | Fix for BUG#4066 "DROP DATABASE case sensitive even if lower-case-table-names...unknown2004-06-091-1/+2
| | |/ /
| | * | different (simpler and more compatible) fix for bug#4046unknown2004-06-091-1/+4
* | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-181-1/+22
|\ \ \ \
| * | | | API change: mysql_shutdown() now requires a 2nd argument, the shutdown level.unknown2004-06-181-7/+10
| * | | | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level.unknown2004-06-151-1/+19
| |/ / /
* | | | WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-2/+3
|/ / /
* | | mergedunknown2004-06-111-1/+1
|\ \ \
| * | | bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-101-1/+1
* | | | WL#1689 "Map OPTIMIZE TABLE to ALTER TABLE for InnoDB"unknown2004-06-101-18/+3
* | | | Post review fixes for "SQL Syntax for Prepared Statements".unknown2004-06-071-54/+26
* | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-041-1/+41
|\ \ \ \ | |/ / /
| * | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-031-1/+41
| |\ \ \
| | * | | Implementation of WL#1824 "Add replication of character set variables in 4.1",unknown2004-06-031-1/+41
* | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-031-3/+121
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Manually merged, requirees more mergingunknown2004-05-251-1/+4
| |\ \ \ \ | | |/ / /
| * | | | Mergeunknown2004-05-241-20/+17
| |\ \ \ \
| * | | | | Added support for PREPARE stmt1 FROM @var, unknown2004-05-241-13/+14