summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Merge neptunus.(none):/home/msvensson/mysql/bug10241msvensson@neptunus.(none)2005-05-091-1/+1
|\
| * BUG#10241 cygwin port: invalid pragma interface directivesmsvensson@neptunus.(none)2005-05-041-1/+1
* | A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-0/+1
* | Mergeserg@serg.mylan2005-04-051-4/+5
|\ \
| * | remove the rest of isam/merge referencesserg@serg.mylan2005-04-051-4/+5
* | | Don't generate message in send_kill_message() if wrong data. (Caused core dum...monty@mysql.com2005-04-051-1/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-04-041-21/+0
|\ \ \
| * | | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-21/+0
| |/ /
* | | fixed mechanism of detection selection from table wich we updatebell@sanja.is.com.ua2005-03-281-0/+2
|/ /
* | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-3/+4
* | Merged WL#2269 to mysql-5.0msvensson@neptunus.(none)2005-03-151-1/+0
|\ \
| * | Removed unused variablemsvensson@neptunus.(none)2005-03-101-1/+0
* | | WL#926 "AVG(DISTINCT) and other distincts", part 2 (out of 3): clean up konstantin@mysql.com2005-03-151-0/+1
* | | set_var.cc, mysqld.cc, ha_innodb.cc, sql_class.h:heikki@hundin.mysql.fi2005-03-131-0/+1
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-091-1/+5
|\ \ \
| * | | don't close binlog in the destructor - use explictit MYSQL_LOG::cleanup for thisserg@serg.mylan2005-03-091-1/+5
* | | | Fixed Bug#8922.jani@ua141d10.elisa.omakaista.fi2005-03-081-2/+2
* | | | Re-enable IO cache mode that allows slow and query logs to go to a FIFOjimw@mysql.com2005-03-071-2/+2
* | | | Manual merge SP-locking improvements patch with current tree.dlenev@mysql.com2005-03-041-3/+41
|\ \ \ \
| * | | | Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-3/+41
* | | | | Fix for bug#8740: Server crash at start on Solaris 9 (64 bit)gluh@gluh.mysql.r18.ru2005-03-031-1/+1
| |/ / / |/| | |
* | | | bug#8151 - truncate leaves a transaction openserg@serg.mylan2005-03-021-3/+3
* | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold@mysql.com2005-02-261-1/+1
|\ \ \ \
| * \ \ \ Merge with global treemonty@mysql.com2005-02-251-1/+1
| |\ \ \ \
| | * | | | Show all generated warnings in SHOW ERRORmonty@mysql.com2005-02-241-1/+1
* | | | | | mergejoreland@mysql.com2005-02-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-02-231-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | don't log BEGIN in auto-commit modeserg@serg.mylan2005-02-231-1/+1
* | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold@mysql.com2005-02-231-4/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2005-02-231-1/+3
| |\ \ \ \ \
| | * | | | | Fix for bug #7217: information_schema: columns are varbinary() instead of tim...gluh@gluh.mysql.r18.ru2005-02-231-1/+3
| | |/ / / /
| * | | | | Fixed Bug#Server crash due to 'flush status' in various tests.jani@ua141d10.elisa.omakaista.fi2005-02-231-3/+3
| |/ / / /
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold@mysql.com2005-02-231-4/+9
|\ \ \ \ \ | |/ / / /
| * | | | forget savepoints at the end of transactionserg@serg.mylan2005-02-221-1/+2
| | |/ / | |/| |
| * | | bug#8646 - deadlock if long transaction causes binlog rotateserg@serg.mylan2005-02-221-1/+5
| * | | workaround for sun compiler on sol9x86serg@serg.mylan2005-02-211-2/+2
* | | | Mergemskold@mysql.com2005-02-211-28/+179
|\ \ \ \ | |/ / /
| * | | portability fixesserg@serg.mylan2005-02-201-1/+6
| * | | Merge serg.mylan:/usr/home/serg/Abk/mysql-5.0serg@serg.mylan2005-02-171-28/+174
| |\ \ \
| | * | | after merge fixesserg@serg.mylan2005-02-161-1/+0
| | * | | manually mergedserg@serg.mylan2005-02-141-28/+175
| | |\ \ \ | | | |/ / | | |/| |
| | | * | auto-ROLLBACK if binlog was not closed properlyserg@serg.mylan2005-02-091-3/+3
| | | * | open binlog index file *before* tc_log->open() and binlog itself *after*serg@serg.mylan2005-02-011-4/+22
| | | * | query_id and my_xid -> ulonglongserg@serg.mylan2005-01-271-14/+10
| | | * | XA (not completely polished out yet)serg@serg.mylan2005-01-161-19/+151
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold@mysql.com2005-02-151-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge mysql.com:/home/psergey/mysql-4.1-bug8218sergefp@mysql.com2005-02-141-3/+6
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Fix for BUG#8218:sergefp@mysql.com2005-02-121-3/+6
| * | | Things missing in last changsetmonty@mysql.com2005-02-101-0/+1
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@deer.(none)2005-02-091-3/+7
| |\ \ \