summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-08-231-0/+2
|\
| * issue correct error message in case of view presence for duplicated table on ...bell@sanja.is.com.ua2005-08-021-0/+2
* | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-231-7/+0
|\ \
| * | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-231-7/+0
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-11711jimw@mysql.com2005-08-191-1/+2
|\ \ \ | |/ / |/| |
| * | Report 'SYSTEM VIEW' as table_type of INFORMATION_SCHEMA views. (Bug #11711)jimw@mysql.com2005-08-081-1/+2
* | | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-191-1/+1
* | | WL#2486 - natural and using join according to SQL:2003timour@mysql.com2005-08-171-1/+1
* | | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-121-9/+204
|\ \ \
| * | | Implementation of WL#2486 -timour@mysql.com2005-08-121-9/+204
| |/ /
* | | fix for bug #12315 - SHOW TABLE STATUS FROM `information_schema`; does not so...andrey@lmy004.2005-08-051-5/+20
|/ /
* | Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)dlenev@mysql.com2005-07-191-1/+1
* | Implementation of Monty's idea: Now we can open mysql.proc table for lookupdlenev@mysql.com2005-07-131-0/+7
* | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-12/+37
|/
* Code cleanups during code reviewsmonty@mysql.com2005-06-011-3/+0
* Fix that we can read tables with the 'older' decimal format used in 5.0.3 & 5...monty@mysql.com2005-05-251-1/+1
* Manual mergeigor@rurik.mysql.com2005-05-101-1/+6
|\
| * Many files:igor@rurik.mysql.com2005-05-101-1/+6
* | Bug#7806 - insert on duplicate key and auto-update of timestampingo@mysql.com2005-04-221-6/+10
|\ \ | |/ |/|
| * Bug#7806 - insert on duplicate key and auto-update of timestampingo@mysql.com2005-04-221-6/+10
* | Hand merge, which needs fixes.ingo@mysql.com2005-04-201-0/+4
|\ \ | |/
| * Bug#7806 - insert on duplicate key and auto-update of timestampingo@mysql.com2005-04-191-0/+4
| * Fix for BUG#9213: GROUP BY returns wrong query results:sergefp@mysql.com2005-03-301-1/+3
* | - stackoverflow check added for view of view processingbell@sanja.is.com.ua2005-04-031-1/+2
* | Bug #9317: Wrong count for tables in INFORMATION_SCHEMAgluh@gluh.mysql.r18.ru2005-03-241-0/+2
* | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-1/+1
* | Manual merge SP-locking improvements patch with current tree.dlenev@mysql.com2005-03-041-0/+5
|\ \
| * | Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-0/+5
* | | Fixes for bug#8115 "Server Crash with prepared statement"konstantin@mysql.com2005-03-031-0/+9
|/ /
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@gluh.mysql.r18.ru2005-02-071-5/+13
|\ \
| * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-02-051-5/+9
| |\ \
| | * | Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only ...sergefp@mysql.com2005-02-051-5/+9
| * | | Merged "query cache for ndb" to 5.0msvensson@neptunus.homeip.net2005-02-031-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | Mergemysqldev@mysql.com2004-12-161-0/+4
| | |\ \ | | | |/ | | |/|
| | | * sql/ha_innodb.cctomas@poseidon.ndb.mysql.com2004-11-241-0/+4
* | | | Additional fix for WL#1629: SHOW with WHERE(discussed with PeterG) gluh@gluh.mysql.r18.ru2005-01-241-0/+1
|/ / /
* | | Fixed memory reference errors found by valgrindmonty@mysql.com2005-01-121-0/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-01-061-83/+122
|\ \ \
| * | | First stage of table definition cachemonty@mysql.com2005-01-061-83/+122
* | | | fixed views with PS protocolbell@sanja.is.com.ua2005-01-051-0/+1
|/ / /
* | | Better handling of ensuring that setup_tables() are not called twicemonty@mysql.com2005-01-031-1/+0
* | | Remove clear_insert_values() because it was far from trivial to handle the cl...monty@mysql.com2005-01-031-1/+0
* | | Merge with global treemonty@mysql.com2004-12-311-2/+8
|\ \ \
| * \ \ Merge with 4.1monty@mishka.local2004-12-221-2/+8
| |\ \ \ | | |/ /
| | * | Fix for BUG#5837 merged from 4.0sergefp@mysql.com2004-12-111-2/+8
| | |\ \ | | | |/ | | |/|
| | | * Fix for BUG#5837 - attempt 3.sergefp@mysql.com2004-12-111-2/+8
* | | | wl#1629 SHOW with WHERE(final part, after review)gluh@gluh.mysql.r18.ru2004-12-301-1/+1
|/ / /
* | | Fix for bug #7213: information_schema: redundant non-standard TABLE_NAMES tablegluh@gluh.mysql.r18.ru2004-12-181-0/+1
* | | Merge with new VARCHAR codemonty@mysql.com2004-12-061-1/+2
|\ \ \
| * | | Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-0/+1