summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
* Fix for BUG#8218:sergefp@mysql.com2005-02-121-3/+6
* Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1heikki@hundin.mysql.fi2005-02-021-0/+1
|\
| * fixed cleanup of result object of subqueries. (BUG#8125)bell@sanja.is.com.ua2005-01-261-0/+1
* | sql_class.h, set_var.cc, mysqld.cc:heikki@hundin.mysql.fi2005-01-251-0/+5
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-01-111-2/+2
|\
| * A fix for linking failure of MySQL client when linking with imap librarieskonstantin@mysql.com2005-01-111-2/+2
* | Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagmonty@mysql.com2004-12-311-9/+12
|/
* WL#2274 - INSERT..SELECT..UPDATEacurtis@pcgem.rdg.cyberkinetica.com2004-12-131-0/+10
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-12-031-1/+9
|\
| * Mergejimw@mysql.com2004-12-031-1/+2
| |\
| | * sql/sql_class.hserg@serg.mylan2004-12-031-1/+2
| * | Manual fixes to merge of fix for Bug #6682 to 4.1.jimw@mysql.com2004-12-031-8/+5
| * | Mergejimw@mysql.com2004-12-031-0/+10
| |\ \ | | |/ | |/|
| | * Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when thejimw@mysql.com2004-12-031-0/+10
* | | Mergebell@sanja.is.com.ua2004-12-011-0/+6
|\ \ \ | |/ /
| * | Enabled usage of new system variables for ndbtomas@poseidon.ndb.mysql.com2004-11-171-0/+6
* | | fixed joincleunup to avoid double deletin tables, and too earlyfull cleanup i...bell@sanja.is.com.ua2004-11-161-1/+1
|/ /
* | More debuggingmonty@mysql.com2004-11-101-1/+1
* | Simpler arena swapping codemonty@mysql.com2004-11-081-8/+24
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-10-221-0/+2
|\ \
| * | A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field konstantin@mysql.com2004-10-221-0/+2
* | | Manual merge.konstantin@mysql.com2004-10-211-17/+28
|\ \ \ | |/ / |/| |
| * | A fix and test case for bug#6059 "mysql_stmt_field_count returns konstantin@mysql.com2004-10-211-17/+28
* | | Merge with 4.0monty@mysql.com2004-10-201-0/+3
|\ \ \ | |/ / |/| / | |/
| * Code cleanups (done during review of new code)monty@mysql.com2004-10-201-1/+1
| * Added startup option and settable session variablemarko@hundin.mysql.fi2004-10-131-0/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-10-141-6/+6
|\ \
| * | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" konstantin@mysql.com2004-10-141-6/+6
* | | Move Heikki's comment about thd->query comment to proper place konstantin@mysql.com2004-10-131-18/+17
|/ /
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-10-101-1/+3
|\ \
| * | Blob support for the group_concat() function.ram@gw.mysql.r18.ru2004-10-101-1/+3
* | | A small simplification: perform two actions at once, register akonstantin@mysql.com2004-10-101-4/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-10-081-0/+31
|\ \ \ | |/ / |/| |
| * | A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values konstantin@mysql.com2004-10-081-0/+31
* | | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-0/+1
|\ \ \ | |/ / |/| / | |/
| * Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-10-051-0/+1
| |\
| | * BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S).ingo@mysql.com2004-09-241-0/+1
* | | A couple of typos fixed.konstantin@mysql.com2004-10-041-2/+0
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-09-231-2/+14
|\ \ \
| * | | Implementation of Monty's idea about clear_alloc_root() optimization and clea...dlenev@brandersnatch.localdomain2004-09-231-2/+14
* | | | A fix and test case for Bug#5315 "mysql_change_user() doesn't freekonstantin@mysql.com2004-09-221-3/+10
|/ / /
* | | moved all ndb thread specific data into new placeholdertomas@poseidon.(none)2004-09-141-2/+1
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tulin@build.mysql.com2004-09-091-21/+0
|\ \ \
| * \ \ mergedserg@serg.mylan2004-09-071-21/+0
| |\ \ \ | | |/ /
| | * | Replacing class Disable_binlog by macros. Patch already approved by Monty.guilhem@mysql.com2004-09-061-21/+0
| | |/
* | | renamed ha_recovery_logging to ha_enable_transactiontomas@poseidon.(none)2004-09-031-0/+1
|/ /
* | Change Item_arena::state to enumsergefp@mysql.com2004-08-311-4/+4
* | Merge: manual resolvekonstantin@mysql.com2004-08-241-3/+19
|\ \
| * | Fix for Bug#5034 "prepared "select 1 into @arg15", second konstantin@mysql.com2004-08-241-3/+19