summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Manual mergeunknown2005-05-101-12/+16
|\
| * Many files:unknown2005-05-101-12/+16
* | Mergeunknown2005-05-091-3/+14
|\ \ | |/ |/|
| * Add special error message for .frm files with an un-understood version, likeunknown2005-05-071-2/+13
* | Bit type support for non-MyISAM tables.unknown2005-04-121-1/+1
* | - stackoverflow check added for view of view processingunknown2005-04-031-1/+32
* | Hack to ensure that CHAR's created in 5.0 are not converted to VARCHAR even i...unknown2005-03-221-0/+10
* | Code cleanups during review of pushed codeunknown2005-03-151-1/+5
* | Merge with after merge fixunknown2005-03-041-1/+5
|\ \ | |/
| * mergeunknown2005-03-031-1/+5
| |\
| | * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-031-1/+5
| * | Manual mergeunknown2005-02-111-7/+6
| |\ \ | | |/
| | * select.result:unknown2005-02-111-7/+6
| * | Merge rurik.mysql.com:/home/igor/dev/mysql-4.0-0unknown2005-02-101-0/+1
| |\ \ | | |/
| | * select.result, select.test:unknown2005-02-101-0/+1
* | | Fixes while during review of last pullunknown2005-02-261-1/+2
* | | Post review changesunknown2005-02-231-42/+54
* | | Better emulation correct SELECT tree for fields expressions of merging view d...unknown2005-02-101-16/+25
* | | fixed problem in view over view setup (BUG#7433)unknown2005-01-311-1/+1
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-01-311-2/+15
|\ \ \
| * \ \ mergeunknown2005-01-191-2/+15
| |\ \ \
| | * | | fixed problem in resolving items of outer query in subqueries in view (BUG#6394)unknown2005-01-181-2/+15
* | | | | Fixes for windows compilation bugsunknown2005-01-261-3/+3
* | | | | mergedunknown2005-01-241-0/+4
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2005-01-241-3/+7
| |\ \ \
| | * | | fixes/cleanups according to Coverity reportunknown2005-01-241-3/+7
* | | | | Merge from 4.1.unknown2005-01-181-0/+8
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Print a warning when an old table (with no character set stored) is openedunknown2005-01-171-1/+12
| |/ /
* | | Fix accesses to uninitialized memory (found by valgrind)unknown2005-01-131-48/+41
* | | Fixed memory reference errors found by valgrindunknown2005-01-121-6/+27
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-061-198/+190
|\ \ \
| * | | First stage of table definition cacheunknown2005-01-061-198/+190
* | | | fixed views with PS protocolunknown2005-01-051-4/+5
* | | | fixed bugs in view code with prepared statemntsunknown2005-01-041-0/+11
|/ / /
* | | Remove clear_insert_values() because it was far from trivial to handle the cl...unknown2005-01-031-20/+0
* | | manually mergedunknown2004-12-311-30/+32
|\ \ \ | |/ /
| * | Bugs#7278: Don't open a table if it contains columns with non-supported charsetsunknown2004-12-221-8/+29
| * | Bug#7302: UCS2 data in ENUM field get truncated when new column is addedunknown2004-12-211-19/+1
* | | Fix max_key_length and max_unique_length to take into account varchar and nul...unknown2004-12-311-5/+6
* | | Merge with global treeunknown2004-12-311-1/+26
|\ \ \
| * | | After merge fixesunknown2004-12-311-1/+0
| * | | Merge with 4.1unknown2004-12-221-0/+26
| |\ \ \ | | |/ /
| | * | #7066 [Ver]: "ctype_ucs" fails on SGI IRIXunknown2004-12-071-2/+11
| | * | UCS2 support in ENUM and SET, which also fixes:unknown2004-12-061-0/+17
* | | | WL#1895 - Print message to error log in case of detected MyISAM corruptionunknown2004-12-231-1/+8
|/ / /
* | | Merge with global treeunknown2004-12-191-0/+3
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-171-9/+14
|\ \ \
| * | | bit typeunknown2004-12-171-9/+14
* | | | Fix for bug#7212: information_schema: "Can't find file" errors if storage eng...unknown2004-12-161-2/+3
|/ / /
* | | Merge with new VARCHAR codeunknown2004-12-061-10/+18
|\ \ \