summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* postreview fixesunknown2004-10-221-2/+3
* Fix test case for innodb-lockunknown2004-10-201-0/+2
* Merge mysql.com:/home/mydev/mysql-4.0unknown2004-10-051-3/+3
|\
| * BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S).unknown2004-09-241-3/+3
* | Fix for bug #4131 "TIMESTAMP columns missing minutes and seconds whenunknown2004-09-271-0/+25
|/
* Code style fixes.unknown2004-08-281-5/+8
* Bug #4792 lower_case_table_names does not resolve db.tbl.column in SELECT listunknown2004-08-251-0/+11
* bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.unknown2004-06-241-0/+5
* backport wild_compare fix from 4.1 - bug#3924unknown2004-05-291-1/+1
* don't rely on readdir() returning . and .. firstunknown2004-05-041-1/+7
* The automatic DROP TEMPORARY TABLE is now DROP TEMPORARY TABLE IF EXISTS,unknown2004-03-201-2/+3
* Ensure that install_test_db.sh script works with both 'make install' and 'mak...unknown2004-03-121-3/+3
* Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-0/+4
* Fix for BUG#3063 "Don't mark an auto DROP TEMP TABLE as 'killed' in the binlog";unknown2004-03-041-0/+10
* Complement tounknown2004-02-221-1/+2
* Give error if locked table is used twice in query. This fixes strange error m...unknown2004-02-031-1/+5
* Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables":unknown2004-01-301-10/+44
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-12-161-1/+1
|\
| * Fix for BUG#2083unknown2003-12-161-1/+1
* | Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-0/+13
* | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-1/+6
|/
* bug #1945. item(expression)->name=0, crash in find_item_in_listunknown2003-11-281-1/+1
* Fix for BUG#1686unknown2003-10-291-5/+20
* Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES":unknown2003-09-281-8/+6
* LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-4/+12
* Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-4/+4
* merge with 3.23unknown2003-05-081-2/+2
|\
| * Better grant test for SELECT *unknown2003-05-081-4/+4
* | Merge to get security patchunknown2003-05-081-5/+4
|\ \ | |/
| * Security patch to remove wrong error when one had a global update/delete priv...unknown2003-05-071-5/+4
| * Porting back security fix from 4.0.unknown2003-04-291-2/+3
* | Fix problem where key_read was not cleaned up properly, which caused assert i...unknown2003-05-031-2/+3
* | Fix for openssl on Solarisunknown2003-04-281-2/+3
* | mergedunknown2003-03-131-2/+5
|\ \ | |/
| * Better fix for GRANT bugunknown2003-03-131-2/+5
* | mergedunknown2003-03-131-5/+4
|\ \ | |/
| * Fix for a bug with column privileges ...unknown2003-03-121-3/+4
| * Fix when using auto_increment and last_insert_id() in the same insert statement.unknown2003-01-281-13/+6
* | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-041-8/+38
* | Fixes for Netwareunknown2003-01-281-1/+1
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-2/+4
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-2/+2
* | New multi-table-update codeunknown2002-11-291-6/+11
* | Small improvement to alloc_rootunknown2002-11-161-32/+92
* | removed redundant lineunknown2002-11-131-1/+0
* | Mergeunknown2002-11-121-0/+1
|\ \
| * | IGNORE_INDEX fix for 4.0unknown2002-11-121-0/+1
* | | Extended WEEK() to be able to handle ISO weeks.unknown2002-11-121-2/+2
* | | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-0/+1
* | | mergedunknown2002-11-091-0/+1
|\ \ \ | |/ / |/| / | |/