summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix (Bug #5232: CREATE TABLE ... SELECT can deadlock itself).ram@gw.mysql.r18.ru2004-08-271-0/+13
* mergemonty@mysql.com2004-08-261-1/+1
|\
| * Remove default argument to mysql_truncate()monty@mysql.com2004-08-261-1/+1
* | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,guilhem@mysql.com2004-08-201-1/+5
* | Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...guilhem@mysql.com2004-08-191-1/+1
* | Fix for bug #4491 "timestamp(19) doesn't work".dlenev@brandersnatch.localdomain2004-08-061-1/+5
|/
* Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0monty@mysql.com2004-06-251-2/+2
|\
| * parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)bell@sanja.is.com.ua2004-06-241-2/+2
* | Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20040617084849|64488heikki@hundin.mysql.fi2004-06-171-3/+3
* | Cset exclude: guilhem@mysql.com|ChangeSet|20040609132715|17355heikki@hundin.mysql.fi2004-06-171-3/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-06-101-2/+4
|\ \
| * | Cleanupmonty@mysql.com2004-06-101-2/+4
* | | complement to previous fix (which was for SQLCOM_DROP_DB), for COM_DROP_DB.guilhem@mysql.com2004-06-091-3/+3
* | | Fix for BUG#4066 "DROP DATABASE case sensitive even if lower-case-table-names...guilhem@mysql.com2004-06-091-1/+2
|/ /
* | different (simpler and more compatible) fix for bug#4046serg@serg.mylan2004-06-091-1/+4
* | Changed --log-warnings to be integer instead of boolean. Given --skip-log-war...jani@a80-186-24-72.elisa-laajakaista.fi2004-06-011-1/+1
* | backport wild_compare fix from 4.1 - bug#3924serg@serg.mylan2004-05-291-2/+2
* | Extra safety fixes (probably not needed, but can't hurt)monty@mysql.com2004-05-151-1/+2
* | Many files:heikki@hundin.mysql.fi2004-05-141-0/+1
* | merge with 3.23monty@mysql.com2004-03-251-1/+1
|\ \ | |/
| * used right table for grants check (BUG#3270)bell@sanja.is.com.ua2004-03-231-1/+1
| * fixed processing of COM_BINLOG_DUMP to use in mysqlbinlogvva@eagle.mysql.r18.ru2003-09-291-1/+2
| * Quick backport of the following bugfix from MySQL 4.0.14.guilhem@mysql.com2003-09-121-0/+12
* | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-03-121-8/+4
|\ \
| * | fixed Bug #2985 vva@eagle.mysql.r18.ru2004-03-051-8/+4
* | | Portability fixes & fixing of test suitemonty@mysql.com2004-03-121-7/+10
* | | Fix for BUG#2983 "If statement was killed on master, slave errors despite rep...guilhem@mysql.com2004-03-111-5/+38
* | | Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":guilhem@mysql.com2004-03-111-14/+14
* | | invalidation of locking for write tables (BUG#2693)bell@sanja.is.com.ua2004-03-041-1/+5
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-02-041-67/+49
|\ \
| * | Ensure that privileges are tested properly for multi-table-updates.monty@mysql.com2004-02-031-67/+49
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2004-01-301-6/+6
|\ \ \ | |/ / |/| |
| * | Fix for bugs #1885, #2464, #2539. Proper handling of defaultdlenev@mysql.com2004-01-301-6/+6
* | | Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-...guilhem@mysql.com2004-01-291-1/+3
|/ /
* | Some small portability fixes.monty@mysql.com2003-12-301-15/+27
* | Fixed typo. Affected INSERT DELAYED ... SELECT commandsmonty@mysql.com2003-12-171-1/+1
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-12-161-0/+2
|\ \
| * | Fix for BUG#2083guilhem@mysql.com2003-12-161-0/+2
* | | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)monty@mysql.com2003-12-141-5/+8
* | | Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-2/+1
* | | cleanup: if there is return from if-part, we don't need else statementkonstantin@mysql.com2003-12-101-2/+1
* | | Fix for the bug #1885: mysqldump does not dumps timestamp default.ram@gw.mysql.r18.ru2003-12-091-1/+6
|/ /
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2003-12-071-0/+6
|\ \
| * | - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":guilhem@mysql.com2003-12-041-0/+6
* | | Fix for bug #1564: 'CREATE TABLE + UNION + same table name = crash'gluh@gluh.mysql.r18.ru2003-11-171-7/+8
* | | Fix for bug #1564: CREATE TABLE + UNION + same table name = crashgluh@gluh.mysql.r18.ru2003-11-111-2/+8
|/ /
* | Change back service name to MySQLmonty@narttu.mysql.fi2003-10-301-4/+8
* | followup to max_user_connections fix, keep the count more accurateserg@serg.mylan2003-10-291-3/+4
* | fixes for max_user_connections (connections are now counted even ifserg@serg.mylan2003-10-271-10/+15
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-10-151-1/+1
|\ \