summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupunknown2003-03-151-5/+0
* Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-03-121-0/+3
|\
| * Fix for replication of INSERT | REPLACE | CREATE ... SELECTunknown2003-03-121-0/+3
* | A fix for privilege checking bug.unknown2003-03-101-1/+7
|/
* missing grant check addedunknown2003-03-071-0/+2
* mergingunknown2003-02-271-3/+4
|\
| * client port number added to SHOW PROCESSLIST (SCRUM?)unknown2003-02-171-3/+4
* | Applied Sinisa's patch:unknown2003-02-191-1/+1
* | Applying Sinisa's patch:unknown2003-02-191-1/+0
|/
* Added START TRANSACTION syntaxunknown2003-02-061-2/+0
* merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-14/+10
|\
| * Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...unknown2003-01-291-16/+9
* | mergeunknown2003-01-281-6/+29
|\ \
| * | Fixes for Netwareunknown2003-01-281-5/+5
| * | Merge with 3.23.55unknown2003-01-251-1/+1
| |\ \ | | |/
| | * fixed double-free bug in COM_CHANGE_USERunknown2003-01-211-1/+1
| * | Added timeout for wait_for_master_posunknown2003-01-251-0/+23
* | | Added option hostname.errunknown2003-01-271-0/+2
|/ /
* | Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running threadunknown2003-01-191-2/+1
|\ \ | |/
| * Only set thd->query to 0 if LOCK_thread_count is holdunknown2003-01-181-9/+8
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-8/+28
* | A lot of portability fixes.unknown2003-01-051-4/+7
* | Added support for max_allowed_packet in option files read by mysql_option()unknown2003-01-041-10/+14
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2003-01-021-0/+6
|\ \
| * | Fixing some bugs in client - server protocol and adding a feature unknown2003-01-021-0/+6
* | | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsunknown2002-12-261-0/+2
|/ /
* | Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-201-2/+4
* | Merge patch for LOCK TABLES and SLAVE STOPunknown2002-12-131-0/+18
|\ \ | |/
| * Forbid SLAVE STOP if the thread executing the query has lockedunknown2002-12-131-0/+18
* | RESET SLAVE and CHANGE MASTER will now give an error if slave is running.unknown2002-12-131-9/+28
* | mergedunknown2002-12-041-2/+2
|\ \ | |/
| * proper casting in COM_TABLE_DUMP (backported from 4.0)unknown2002-12-041-2/+2
| * Security bug: password length check should be in check_user, not check_connec...unknown2002-12-041-2/+2
* | New multi-table-update codeunknown2002-11-291-62/+17
* | Small improvement to alloc_rootunknown2002-11-161-56/+80
* | small fixunknown2002-11-121-1/+1
* | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-5/+9
* | Portability fix extern "C" static -> extern "C"unknown2002-11-071-3/+3
* | mergeunknown2002-11-071-5/+5
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-5/+5
* | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0unknown2002-11-071-3/+3
|\ \ \
| * | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-3/+3
| |/ /
* | | Merge sgluhov@work.mysql.com:/home/bk/mysql-4.0unknown2002-11-061-1/+7
|\ \ \ | |/ / |/| |
| * | Error code for ssl connectionunknown2002-11-051-1/+7
* | | Mergeunknown2002-10-311-1/+1
|\ \ \ | |/ / |/| |
| * | Added back old LARGEFILE handlingunknown2002-10-291-1/+1
* | | Added Rand_log_eventunknown2002-10-221-0/+1
|/ /
* | Fixes after last merge.unknown2002-10-161-4/+4
* | Merge with 3.23.54unknown2002-10-161-4/+4
|\ \ | |/
| * fixed race that caused sig11s on simultaneous FLUSH LOGSunknown2002-10-071-4/+4