summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-13/+14
|\
| * Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-4/+4
| * merge with 3.23monty@mashka.mysql.fi2003-05-081-2/+2
| |\
| | * Better grant test for SELECT *monty@mashka.mysql.fi2003-05-081-4/+4
| * | Merge to get security patchmonty@mashka.mysql.fi2003-05-081-5/+4
| |\ \ | | |/
| | * Security patch to remove wrong error when one had a global update/delete priv...monty@mashka.mysql.fi2003-05-071-5/+4
| | * Porting back security fix from 4.0.Sinisa@sinisa.nasamreza.org2003-04-291-2/+3
| * | Fix problem where key_read was not cleaned up properly, which caused assert i...monty@narttu.mysql.fi2003-05-031-2/+3
| * | Fix for openssl on Solarismonty@mashka.mysql.fi2003-04-281-2/+3
* | | Give warning if MySQL doesn't honor given storage enginemonty@mashka.mysql.fi2003-05-131-3/+3
* | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@hundin.mysql.fi2003-04-241-9/+4
|\ \ \
| * | | Many files:igor@hundin.mysql.fi2003-04-241-9/+4
* | | | sql_base.cc:bar@bar.mysql.r18.ru2003-04-221-1/+1
|/ / /
* | | Added support for ULONG division with DIVmonty@narttu.mysql.fi2003-03-191-1/+3
* | | Merge with 4.0monty@narttu.mysql.fi2003-03-161-12/+44
|\ \ \ | |/ /
| * | mergedserg@serg.mysql.com2003-03-131-2/+5
| |\ \ | | |/
| | * Better fix for GRANT bugmonty@mashka.mysql.fi2003-03-131-2/+5
| * | mergedserg@serg.mysql.com2003-03-131-5/+4
| |\ \ | | |/
| | * Fix for a bug with column privileges ...Sinisa@sinisa.nasamreza.org2003-03-121-3/+4
| | * Fix when using auto_increment and last_insert_id() in the same insert statement.monty@mashka.mysql.fi2003-01-281-13/+6
| * | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...monty@narttu.mysql.fi2003-03-041-8/+38
* | | item_func.cc, item_cmpfunc.cc, unireg.cc, table.cc, sql_base.cc:bar@bar.mysql.r18.ru2003-03-071-3/+2
* | | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-26/+42
* | | Move tmp_table_used to THDmonty@mashka.mysql.fi2003-02-101-1/+1
* | | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-1/+1
|\ \ \ | |/ /
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
* | | after-review changes (577 SCRUM)bell@sanja.is.com.ua2003-02-021-4/+5
* | | fixed bug in determinating uncacheable queriesbell@sanja.is.com.ua2003-01-301-2/+2
* | | changes based on partial revie of task 577 (SCRUM)bell@sanja.is.com.ua2003-01-301-3/+1
* | | mergingbell@sanja.is.com.ua2003-01-251-31/+58
|\ \ \
| * | | fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-251-32/+58
* | | | Mergemonty@mashka.mysql.fi2003-01-211-1/+0
|\ \ \ \
| * | | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-1/+0
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2003-01-211-5/+4
|\ \ \ \ \
| * | | | | fixed test of cardinalitybell@sanja.is.com.ua2003-01-211-5/+4
| |/ / / /
* | | | | Conflicts resolvinghf@deer.mysql.r18.ru2003-01-201-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Changed my_strntoxxx functions to clear error number on startmonty@mashka.mysql.fi2003-01-171-0/+1
* | | | | resolving conflictshf@deer.mysql.r18.ru2003-01-151-20/+61
|\ \ \ \ \ | |/ / / /
| * | | | after merging fixingbell@sanja.is.com.ua2003-01-141-6/+2
| * | | | merge with 4.0.9monty@mashka.mysql.fi2003-01-091-2/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-091-2/+4
| * | | | Fixed that derived tables are properly dropedmonty@mashka.mysql.fi2003-01-071-6/+37
| * | | | mergingbell@sanja.is.com.ua2002-12-311-1/+4
| |\ \ \ \
| | * | | | support of subselect without FROM reducing (SCRUM)bell@sanja.is.com.ua2002-12-261-1/+4
| * | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-12-301-4/+5
| |\ \ \ \ \
| | * \ \ \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1vva@eagle.mysql.r18.ru2002-12-301-4/+5
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | processing thread specific queriesvva@eagle.mysql.r18.ru2002-12-301-4/+5
| | | | |/ / | | | |/| |
| * | | | | beautifying the error messagesSinisa@sinisa.nasamreza.org2002-12-171-1/+1
| * | | | | A fix for a bug in fix_fields in case like this:Sinisa@sinisa.nasamreza.org2002-12-171-0/+8
| |/ / / /
* | | | | Merginghf@deer.mysql.r18.ru2002-12-161-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |