summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-10/+18
* | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-11-251-1/+20
|\ \ \ | | |/ | |/|
| * | table.cc:unknown2004-11-251-1/+20
* | | spelling fixed/comments added (postreview fixes)unknown2004-11-251-1/+1
* | | mergeunknown2004-11-211-35/+221
|\ \ \
| * | | post mergeunknown2004-11-211-8/+10
| * | | mergeunknown2004-11-111-31/+213
| |\ \ \ | | |_|/ | |/| |
| | * | mergeunknown2004-10-071-15/+17
| | |\ \
| | * \ \ mergeunknown2004-10-051-28/+209
| | |\ \ \
| | | * | | support of join view updateability (WL#1809)unknown2004-09-151-0/+89
| | | * | | fixed merged view fields names (BUG#5147)unknown2004-09-141-28/+119
* | | | | | margeunknown2004-11-131-7/+7
|\ \ \ \ \ \
| * | | | | | now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-13/+9
| * | | | | | mergeunknown2004-11-121-9/+13
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | post-review fixesunknown2004-11-121-9/+13
* | | | | | | WL#1629: SHOW with WHERE(partially) &unknown2004-11-131-0/+1
|/ / / / / /
* | | | | | merge on pullunknown2004-11-091-7/+8
|\ \ \ \ \ \
| * | | | | | After merge fixesunknown2004-11-091-3/+2
| * | | | | | Merge with 4.1 to get new thd->mem_root handlingunknown2004-11-081-6/+8
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Simpler arena swapping codeunknown2004-11-081-6/+8
* | | | | | | postreview fixesunknown2004-11-081-0/+18
|/ / / / / /
* | | | | | merge with 4.1unknown2004-10-291-4/+35
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Bug#6202: ENUMs are not case sensitive even if declared BINARYunknown2004-10-251-4/+27