summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanupunknown2004-06-101-2/+4
* different (simpler and more compatible) fix for bug#4046unknown2004-06-091-1/+4
* Changed --log-warnings to be integer instead of boolean. Given --skip-log-war...unknown2004-06-011-1/+1
* backport wild_compare fix from 4.1 - bug#3924unknown2004-05-291-2/+2
* Extra safety fixes (probably not needed, but can't hurt)unknown2004-05-151-1/+2
* Many files:mysql-4.0.20unknown2004-05-141-0/+1
* merge with 3.23unknown2004-03-251-1/+1
|\
| * used right table for grants check (BUG#3270)unknown2004-03-231-1/+1
| * fixed processing of COM_BINLOG_DUMP to use in mysqlbinlogunknown2003-09-291-1/+2
| * Quick backport of the following bugfix from MySQL 4.0.14.unknown2003-09-121-0/+12
* | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-121-8/+4
|\ \
| * | fixed Bug #2985 unknown2004-03-051-8/+4
* | | Portability fixes & fixing of test suiteunknown2004-03-121-7/+10
* | | Fix for BUG#2983 "If statement was killed on master, slave errors despite rep...unknown2004-03-111-5/+38
* | | Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":unknown2004-03-111-14/+14
* | | invalidation of locking for write tables (BUG#2693)unknown2004-03-041-1/+5
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-02-041-67/+49
|\ \
| * | Ensure that privileges are tested properly for multi-table-updates.unknown2004-02-031-67/+49
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-01-301-6/+6
|\ \ \ | |/ / |/| |
| * | Fix for bugs #1885, #2464, #2539. Proper handling of defaultunknown2004-01-301-6/+6
* | | Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-...unknown2004-01-291-1/+3
|/ /
* | Some small portability fixes.unknown2003-12-301-15/+27
* | Fixed typo. Affected INSERT DELAYED ... SELECT commandsunknown2003-12-171-1/+1
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-0/+2
|\ \
| * | Fix for BUG#2083unknown2003-12-161-0/+2
* | | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-5/+8
* | | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-2/+1
* | | cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-2/+1
* | | Fix for the bug #1885: mysqldump does not dumps timestamp default.unknown2003-12-091-1/+6
|/ /
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-071-0/+6
|\ \
| * | - Fix for BUG#1858 "SQL-Thread stops working when using optimize table":unknown2003-12-041-0/+6
* | | Fix for bug #1564: 'CREATE TABLE + UNION + same table name = crash'unknown2003-11-171-7/+8
* | | Fix for bug #1564: CREATE TABLE + UNION + same table name = crashunknown2003-11-111-2/+8
|/ /
* | Change back service name to MySQLunknown2003-10-301-4/+8
* | followup to max_user_connections fix, keep the count more accurateunknown2003-10-291-3/+4
* | fixes for max_user_connections (connections are now counted even ifunknown2003-10-271-10/+15
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-10-151-1/+1
|\ \
| * | make LOCK TABLES to work when Lock_tables_priv is granted on the DB level and...unknown2003-10-141-1/+1
* | | Add new user variables for tuning memory usage:unknown2003-10-111-9/+9
|/ /
* | * Fix for BUG#1248: "LOAD DATA FROM MASTER drops the slave's db unexpectedly".unknown2003-09-111-2/+5
* | Cleaned up last bug fixesunknown2003-09-091-6/+6
* | fix for #1211unknown2003-09-081-0/+10
* | removed stale commentunknown2003-08-291-1/+0
* | Revert change of lower-case-table handling as this breaks how alias works.unknown2003-08-291-4/+1
* | After merge fixesunknown2003-08-221-6/+17
|\ \
| * | 2 minor edits, plusunknown2003-08-221-2/+11
| * | Fix for BUG#1086. Now we don't preserve event's log_pos throughunknown2003-08-201-0/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-08-171-2/+3
| |\ \
| | * | Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-171-2/+3
| * | | Remove wrong bug fix when calling create_sort_index.unknown2003-08-101-2/+2
| |/ /