summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Fixes during review of new pushed code:monty@mysql.com2006-01-061-34/+12
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanjimw@mysql.com2006-01-061-29/+8
|\ \ \ \ | |/ / /
| * | | After merge fix and a safety fix for handlermonty@mysql.com2006-01-061-7/+7
| * | | Review fixes of new pushed codemonty@mysql.com2006-01-061-28/+7
* | | | Table definition cache, part 2monty@mysql.com2005-11-231-6/+8
* | | | Merge mysql.com:/home/mysql_src/mysql-5.0-vanguilhem@mysql.com2005-11-191-4/+47
|\ \ \ \ | |/ / /
| * | | Merge mysql.com:/home/mydev/mysql-4.1-4100ingo@mysql.com2005-11-161-2/+3
| |\ \ \ | | |/ /
| | * | Merge mysql.com:/home/mydev/mysql-4.0-4000ingo@mysql.com2005-11-151-4/+45
| | |\ \ | | | |/
| | | * Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashingo@mysql.com2005-11-031-4/+45
| * | | Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crashingo@mysql.com2005-11-151-4/+46
* | | | mergendbdev@dl145c.mysql.com2005-09-151-1/+2
|\ \ \ \ | |/ / /
| * | | Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-1/+2
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-251-1/+1
|\ \ \ \ | |/ / /
| * | | Fix for bug #10055 "Using stored function with information_schema causes emptydlenev@mysql.com2005-08-081-1/+1
* | | | Patch for push of wl1354 Partitioningmronstrom@mysql.com2005-07-181-3/+3
|/ / /
* | | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-4/+7
* | | A preparatory patch to help adding JOIN::transform() and move one-time konstantin@mysql.com2005-06-211-1/+1
* | | Mergeacurtis@xiphis.org2005-06-091-13/+25
|\ \ \ | |/ /
| * | bug#5373: handler READ NEXT w/o HANDLER READ [FIRST]serg@serg.mylan2005-06-071-15/+27
* | | Patch two (the final one) for Bug#7306 "the server side preparedStatementkonstantin@mysql.com2005-06-071-6/+5
* | | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-06-011-1/+1
|\ \ \ | |/ /
| * | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-05-311-1/+1
| |\ \ | | |/
| | * Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statem...ingo@mysql.com2005-05-311-1/+1
| | * - Applied some Windows portability fixes for myisampack.c and sql_handler.cclenz@mysql.com2004-10-271-7/+1
* | | Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-1/+1
* | | Precision Math implementationhf@deer.(none)2005-02-091-3/+3
* | | First stage of table definition cachemonty@mysql.com2005-01-061-24/+24
* | | Merge with 4.1monty@mishka.local2004-12-221-2/+4
|\ \ \ | |/ /