summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge to get security patchunknown2003-05-081-1/+11
|\
| * Security patch to remove wrong error when one had a global update/delete priv...unknown2003-05-071-1/+11
| * Back porting a fix from 4.0 at customer's requestunknown2003-04-141-1/+1
* | Updated commentunknown2003-05-071-1/+2
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-301-1/+1
|\ \
| * | Fix reference to not initialized memoryunknown2003-04-301-1/+1
* | | merge fixunknown2003-04-291-13/+39
|\ \ \ | |/ /
| * | CURRENT_USER() and "access denied" error messages now report hostname exactly...unknown2003-04-291-4/+5
| * | Fix for openssl on Solarisunknown2003-04-281-6/+14
| * | Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-3/+20
* | | A fix for a bug with uncached database privileges.unknown2003-04-141-1/+1
|/ /
* | #244 bugfix (thread stack error message in embedded library)unknown2003-04-081-0/+2
* | fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility)unknown2003-03-311-1/+2
* | Fix for small bug #186 (If a connection has temporary tables and doesunknown2003-03-251-0/+10
* | Reverted fix away from 4.0, because it may in rare circumstansesunknown2003-03-231-0/+6
* | Added error in case auto_increment and default where definedunknown2003-03-221-6/+14
* | Print right hostname or IP in SHOW PROCESSLISTunknown2003-03-191-0/+3
* | merge with 3.23 to get:unknown2003-03-151-2/+1
|\ \ | |/
| * Check for empty table/column namesunknown2003-03-141-2/+1
* | 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
|\ \ | |/