summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename send_eof() to my_eof() for consistency with my_ok() and my_error()kostja@dipika.(none)2008-02-191-1/+1
* Rename send_ok to my_ok. Similarly to my_error, it only records the status,kostja@dipika.(none)2008-02-191-2/+2
* Bug#23713 LOCK TABLES + CREATE TRIGGER + FLUSH TABLES WITH READ LOCK = deadlockdavi@mysql.com/endora.local2007-11-291-4/+3
* Bug#31397 Inconsistent drop table behavior of handler tables.davi@endora.local2007-11-201-138/+107
* Bug#30882 Dropping a temporary table inside a stored function may cause a ser...davi@endora.local2007-11-011-0/+14
* Merge moksha.com.br:/Users/davi/mysql/bugs/post-rename-5.0davi@moksha.com.br2007-10-121-0/+6
|\
| * Bug#31409 RENAME TABLE causes server crash or deadlock when used with HANDLER...davi@moksha.com.br2007-10-121-0/+6
* | Merge moksha.com.br:/Users/davi/mysql/mysql-5.0-runtimedavi@moksha.com.br2007-10-101-19/+28
|\ \ | |/
| * Bug#31409 RENAME TABLE causes server crash or deadlock when used with HANDLER...davi@moksha.local2007-10-091-19/+28
* | Merge moksha.com.br:/Users/davi/mysql/bugs/21587-5.0davi@moksha.com.br2007-10-101-12/+40
|\ \ | |/
| * Bug#21587 FLUSH TABLES causes server crash when used with HANDLER statementsdavi@moksha.local2007-10-041-12/+41
* | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-basemalff/marcsql@weblab.(none)2007-08-301-3/+3
|\ \
| * \ Merge moksha.local:/Users/davi/mysql/push/bugs/old/30632-5.0davi@moksha.local2007-08-291-3/+3
| |\ \ | | |/
| | * Bug#30632 HANDLER read failure causes hangdavi@moksha.local2007-08-271-3/+3
| | * Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-basemalff/marcsql@weblab.(none)2007-08-201-33/+47
| | |\
| | | * Rework doxygen documentation for the function mysql_ha_close_table.davi@moksha.local2007-08-151-9/+9
| | | * Bug#25856 (HANDLER table OPEN in one connection lock DROP TABLE in another one)davi@moksha.local2007-08-151-33/+47
* | | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainjani@hynda.mysql.fi2007-08-221-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge hynda.mysql.fi:/home/my/mysql-5.1-mainjani@hynda.mysql.fi2007-08-211-2/+2
| |\ \ \
| | * | | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-2/+2
* | | | | Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-basemalff/marcsql@weblab.(none)2007-08-201-33/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#25856 (HANDLER table OPEN in one connection lock DROP TABLE in another one)davi@moksha.local2007-08-171-33/+47
| |/ / /
* | | | Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50tsmith@ramayana.hindu.god2007-08-161-45/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug #29474: 21587 Regression Ever increasing open tables/fd when using HANDLE...tsmith@ramayana.hindu.god2007-08-161-45/+0
| |/
| * Fix for:dlenev@mockturtle.local2007-05-111-9/+16
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-05-241-15/+15
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-15/+15
* | | Fix for:dlenev@mockturtle.local2007-05-111-9/+16
|/ /
* | wl#3700 - post-review fixes:serg@janus.mylan2007-03-171-1/+1
* | WL#3700: Handler API change: all index search methods - that is,serg@janus.mylan2007-01-291-2/+4
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| * Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-12-041-1/+0
| |\
| | * Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-1/+0
* | | Merge shellback.(none):/home/msvensson/mysql/mysql-5.1msvensson@shellback.(none)2006-11-291-3/+4
|\ \ \
| * | | Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-3/+4
* | | | Merge mysql.com:/usr/home/ram/work/bug21587/my50-bug21587ramil/ram@myoffice.izhnet.ru2006-11-281-0/+38
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for bug #21587: FLUSH TABLES causes server crash when used with HANDLER s...ramil/ram@mysql.com/myoffice.izhnet.ru2006-11-271-0/+38
| |/
* | Merge mysql.com:/home/mydev/mysql-5.0-tmp_mergeingo@mysql.com2006-07-041-5/+6
|\ \ | |/
| * Bug#16986 - Deadlock condition with MyISAM tablesingo@mysql.com2006-06-261-5/+6
* | This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-3/+10
* | Remove unused variablemsvensson@shellback.2006-04-111-1/+0
* | Merge mysql.com:/home/kostja/mysql/mysql-5.0-for_mergekonstantin@mysql.com2006-02-021-3/+4
|\ \ | |/
| * Changed condition similar to code in 4.1.jani@a193-229-222-105.elisa-laajakaista.fi2006-01-161-3/+4
* | Manually mergedevgen@moonbone.local2006-01-161-0/+4
|\ \ | |/
| * Fixed a bug in merge.jani@ua141d10.elisa.omakaista.fi2006-01-121-3/+1
| * Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2006-01-121-1/+7
| |\
| | * Re-run fix-fields on condition if table was reopened in HANDLERREADmonty@mysql.com2006-01-101-3/+8
| | * After merge fix (Lines lost in manual merge)monty@mysql.com2006-01-091-0/+3
| | * Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2006-01-081-31/+7
| | |\