summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix complilation failurelars@mysql.com2005-03-091-1/+1
* after merge fixesserg@serg.mylan2005-03-091-1/+5
* Manual merge SP-locking improvements patch with current tree.dlenev@mysql.com2005-03-041-2/+3
|\
| * Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-0/+1
* | Mergejani@ua141d10.elisa.omakaista.fi2005-03-011-0/+1
|\ \
| * \ mergingramil@mysql.com2005-02-281-14/+33
| |\ \
| * | | A fix (bug #6089: FOUND_ROWS returns wrong values when no table/view is used).ram@gw.mysql.r18.ru2004-10-271-0/+1
* | | | Show all generated warnings in SHOW ERRORmonty@mysql.com2005-02-241-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-02-191-21/+12
|\ \ \ \
| * | | | Fixed BUILD script to use --with-berkeley-db instead of --with-bdbmonty@mysql.com2005-02-191-21/+12
* | | | | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-171-30/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | manually mergedserg@serg.mylan2005-02-141-30/+8
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | XA (not completely polished out yet)serg@serg.mylan2005-01-161-30/+8
* | | | | Merge with 4.1monty@mysql.com2005-02-151-0/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Fix signatures of placement operator delete in places where placement konstantin@mysql.com2005-02-151-0/+2
* | | | Precision Math implementationhf@deer.(none)2005-02-091-0/+25
* | | | 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-0/+8
|\ \ \ \ | |/ / /
| * | | fixed cleanup of result object of subqueries. (BUG#8125)bell@sanja.is.com.ua2005-01-261-0/+8
* | | | First stage of table definition cachemonty@mysql.com2005-01-061-1/+1
* | | | Merge with 4.1monty@mishka.local2004-12-221-3/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | manually mergedserg@serg.mylan2004-12-101-1/+1
| |\ \
| | * | two fixes for potential security bugsserg@serg.mylan2004-12-071-2/+2
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-12-091-1/+0
| |\ \ \
| | * | | Fix for bug #6765 "Implicit access to time zone description dlenev@brandersnatch.localdomain2004-12-091-1/+0
| * | | | mergebell@sanja.is.com.ua2004-12-071-1/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...bell@sanja.is.com.ua2004-11-181-1/+2
* | | | | send_warning removedserg@serg.mylan2004-11-241-1/+2
* | | | | mergedserg@serg.mylan2004-11-201-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | moved ndb_use_transactions out of opts and to be set default true in THD::inittomas@poseidon.ndb.mysql.com2004-11-181-0/+3
| |/ / /
* | | | remove unused parts of codegluh@gluh.mysql.r18.ru2004-11-181-0/+1
* | | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-6/+4
* | | | mergebell@sanja.is.com.ua2004-11-121-9/+12
|\ \ \ \
| * | | | post-review fixesbell@sanja.is.com.ua2004-11-121-7/+10
| * | | | errors without code removedbell@sanja.is.com.ua2004-10-201-2/+2
* | | | | Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-1/+1
* | | | | Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-9/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Simpler arena swapping codemonty@mysql.com2004-11-081-9/+13
* | | | | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | A fix according to Monty's request:bar@mysql.com2004-10-291-2/+4
| | |_|/ | |/| |
* | | | Fixes after merge with 4.1monty@mysql.com2004-11-031-0/+15
* | | | merge with 4.1monty@mysql.com2004-10-291-42/+121
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-10-261-1/+2
| |\ \
| | * | A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-1/+2
| * | | force assigning error handler for all mem_rootsbell@sanja.is.com.ua2004-10-211-3/+3
| |/ /
| * | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" konstantin@mysql.com2004-10-141-1/+1
| * | A fix and test case for Bug#5987 "subselect in bool function konstantin@mysql.com2004-10-101-1/+1
| * | Solve compile problem - use system types like 'size_t'.joerg@mysql.com2004-10-081-1/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-10-081-0/+48
| |\ \
| | * | A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values konstantin@mysql.com2004-10-081-0/+48
| * | | Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-5/+4
| |\ \ \ | | |/ / | |/| / | | |/