summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merged 4.1 into 5.0.unknown2003-03-271-9/+46
|\
| * Merged 4.1 -> 5.0.unknown2003-03-181-9/+46
| |\
| | * Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...unknown2003-03-061-0/+3
| | * Closing tables during SP execution the proper way.unknown2003-02-281-27/+0
| | * Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andunknown2003-02-191-0/+18
| | * Post-merge fixes (adapting new SP code to 4.1 changes).unknown2003-02-181-0/+9
| | * Merging 4.1 into 5.0unknown2003-02-181-9/+43
| | |\
| | | * SELECT ... INTO local_vars ...;unknown2003-01-181-8/+43
| | | * Mergeunknown2003-01-091-1/+1
| | | |\
| | | | * Simplistic, experimental framework for Stored Procedures (SPs).unknown2002-12-081-1/+1
* | | | | Merge with 4.0.12unknown2003-03-191-1/+1
|\ \ \ \ \
| * | | | | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-181-1/+1
* | | | | | Added support for ULONG division with DIVunknown2003-03-191-0/+15
* | | | | | Merge with 4.0unknown2003-03-161-0/+20
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | - fixed newly added DBUG_RETURN to DBUG_VOID_RETURN (compile failed withunknown2003-03-131-1/+1
| * | | | Simple fixes (nothing notable)unknown2003-03-121-0/+2
| * | | | ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc:unknown2003-03-031-0/+16
* | | | | Merge with 3.23 -> 4.0unknown2003-02-281-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-1/+1
* | | | Move tmp_table_used to THDunknown2003-02-101-1/+1
* | | | Merge with 4.0.11unknown2003-02-041-1/+1
|\ \ \ \ | |/ / /
| * | | Fix predicted first rand() call unknown2003-01-281-1/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-02-021-0/+12
|\ \ \ \
| * \ \ \ conflicts resolving unknown2003-01-311-0/+12
| |\ \ \ \
| | * | | | 'Replicate user variables' taskunknown2003-01-301-0/+12
* | | | | | fixed bug in determinating uncacheable queriesunknown2003-01-301-1/+1
* | | | | | cyclic reference test removed, becouse testing of Item::fixed field apply mor...unknown2003-01-301-8/+0
|/ / / / /
* | | | | Move latin1 into a separarte fileunknown2003-01-291-3/+3
* | | | | SIGNAL_WITH_VIO_CLOSES bugfixunknown2003-01-281-0/+2
* | | | | Mergeunknown2003-01-211-1/+0
|\ \ \ \ \
| * | | | | Portability fixes (for windows)unknown2003-01-211-1/+0
* | | | | | resolve fixunknown2003-01-211-1/+7
|\ \ \ \ \ \
| * | | | | | some code clean-up and small bug fix.unknown2003-01-181-1/+7
| |/ / / / /
* | | | | | Conflicts resolvingunknown2003-01-201-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added support sql_mode, which can be used to produce various outputsunknown2003-01-161-1/+0
* | | | | | SCRUMunknown2003-01-201-4/+0
* | | | | | resolving conflictsunknown2003-01-151-36/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Updates for multi-byte character setsunknown2003-01-141-3/+3
| | |_|/ / | |/| | |
| * | | | Fixed that derived tables are properly dropedunknown2003-01-071-1/+1
| |/ / /
| * | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-12-311-29/+6
| |\ \ \
| | * \ \ mergingunknown2002-12-251-29/+6
| | |\ \ \
| | | * | | row IN subselects (SCRUM)unknown2002-12-191-3/+3
| | | * | | support of simple row subselects (SCRUM)unknown2002-12-191-2/+3
| | | * | | optimized single value subselect (to be used as row) (SCRUM)unknown2002-12-191-25/+1
| * | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1unknown2002-12-301-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | processing thread specific queriesunknown2002-12-301-1/+1
| * | | | | less default_charset_infounknown2002-12-201-5/+6
| | |/ / / | |/| | |
* | | | | Mergeunknown2002-12-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | thd_charset has been moved to variables structureunknown2002-12-191-1/+1
* | | | | Mergingunknown2002-12-161-1/+8
|\ \ \ \ \ | |/ / / / |/| | | |