summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-071-5/+5
* monty review: fixes after reapplying plugin patch from "crashed" 5.1 treesvoj@poseidon.ndb.mysql.com2005-11-061-0/+3
* WL#2575 - Fulltext: Parser plugin for FTSsvoj@poseidon.ndb.mysql.com2005-11-061-0/+9
* Fix of crashed 5.1 tree (wrong merge + wrong pullout patch forced us to creat...monty@mysql.com2005-11-051-18/+74
* Merge mysql.com:/home/my/mysql-5.0monty@mysql.com2005-11-051-85/+250
|\
| * Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2005-11-031-23/+0
| |\
| | * Changes in get_table_type() and mysql_frm_type(). The main problem wasjani@ua141d10.elisa.omakaista.fi2005-11-031-23/+0
| * | A fix and a test case for Bug#14210 "Simple query with > operator on konstantin@mysql.com2005-11-031-1/+2
| * | Merge monty@bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-11-021-1/+1
| |\ \
| | * | Added missing DBUG_ENTER (bug in last push)monty@mysql.com2005-11-011-1/+1
| | * | Add missing returnmonty@mysql.com2005-11-011-1/+1
| * | | found problem removedbell@sanja.is.com.ua2005-11-021-1/+1
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-11-021-2/+0
| |\ \ \ | | |/ /
| | * | Reverting patch for BUG #14009 (use of abs() on null value causes problems wi...monty@mysql.com2005-11-011-6/+3
| * | | postreview fixesbell@sanja.is.com.ua2005-10-311-4/+2
| |/ /
| * | fixe of typos, comments & layoutbell@sanja.is.com.ua2005-10-281-3/+1
| * | support of view underlying tables and SP functions security check added (BUG#...bell@sanja.is.com.ua2005-10-281-32/+201
| |/
| * Fixes during review of new pushed codemonty@mysql.com2005-10-131-3/+5
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-121-5/+11
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-081-5/+11
| | |\
| | | * Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-1/+2
| * | | Always save/restore connect string.svoj@mysql.com2005-10-101-9/+6
| * | | Store and read engine type string in extra block of .frm.svoj@mysql.com2005-10-101-24/+42
| |/ /
* | | Mergetomas@poseidon.ndb.mysql.com2005-10-061-26/+75
|\ \ \ | |/ /
| * | Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-releaseserg@serg.mylan2005-10-041-0/+1
| |\ \
| | * | sql_table.cc, table.cc, table.h:serg@mysql.com2005-10-041-0/+1
| * | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-10-031-17/+1
| |\ \ \
| | * | | Fix for BUG#13410 - qualified reference to a view column in the HAVING clause...timour@mysql.com2005-10-011-17/+1
| | |/ /
| * | | Fix for BUG#13597 - columns in ON condition not resolved if references a tabl...timour@mysql.com2005-09-301-6/+8
| |/ /
| * | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-1/+58
| |\ \
| | * | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-0/+57
| | * | some last minute Windows compile fixes and makefile correctionsreggie@fedora.(none)2005-09-151-1/+1
| | |/
| * | Corrected last fix fortulin@dl145b.mysql.com2005-09-191-2/+6
| |/
* | Handle default engine type better forpappa@c-1309e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-09-201-1/+4
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tulin@dl145c.mysql.com2005-09-141-1/+1
|\ \ | |/
| * indentation correctiontulin@dl145c.mysql.com2005-09-141-1/+1
* | mergetulin@dl145c.mysql.com2005-09-141-0/+2
|\ \ | |/
| * (corrected typo in prev patch) Bug #13152 bit fields and fileds that follow b...tulin@dl145c.mysql.com2005-09-141-1/+1
| * Bug #13152 bit fields and fileds that follow become corrupted when dumped fro...tulin@dl145c.mysql.com2005-09-141-0/+2
* | Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_newmsvensson@neptunus.(none)2005-09-141-6/+26
|\ \ | |/
| * Made changes to add federated CONNECTION information to the .frm fileeric@mysql.com2005-09-121-6/+26
* | Mergendbdev@dl145c.mysql.com2005-09-061-5/+5
|\ \ | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-09-021-4/+4
| |\
| | * Rename:konstantin@mysql.com2005-09-021-4/+4
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-08-231-1/+1
| |\ \ | | |/ | |/|
| | * issue correct error message in case of view presence for duplicated table on ...bell@sanja.is.com.ua2005-08-021-1/+1
* | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0pappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se2005-08-251-2/+473
|\ \ \ | |/ /
| * | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-231-9/+0
| |\ \
| | * | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-231-9/+0
| * | | Cleanup during review of new pushed codemonty@mishka.local2005-08-221-9/+5
| |/ /