summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-1/+4
* Fix for bug #15602: 5.0.17 test case 'create' failure.ramil@mysql.com2005-12-091-2/+1
* Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-12-061-68/+42
|\
| * WL#2486 - natural/using joins according to SQL:2003timour@mysql.com2005-11-301-54/+0
| * WL#2486 - Natural/using join according to SQL:2003.timour@mysql.com2005-11-281-14/+42
* | Merge mysql.com:/home/jimw/my/mysql-4.1-14155jimw@mysql.com2005-11-281-4/+4
|\ \
| * | Fix handling of maximum value for MAX_ROWS on 64-bit platforms. (Bug #14155)jimw@mysql.com2005-11-231-4/+4
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootkonstantin@mysql.com2005-11-251-3/+3
|\ \ \ | |_|/ |/| |
| * | A fix and a test case for Bug#14410 "Crash in Enum or Set type in konstantin@mysql.com2005-11-251-3/+3
| |/
* | Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-1/+1
* | 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
|/ / /
* | | 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
|/ /
* | indentation correctiontulin@dl145c.mysql.com2005-09-141-1/+1
* | (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
* | Made changes to add federated CONNECTION information to the .frm fileeric@mysql.com2005-09-121-6/+26
* | 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 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
|/ / /
* | | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-191-12/+38
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-181-3/+3
|\ \ \