summaryrefslogtreecommitdiff
path: root/mysys/my_handler.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for compiler warnings from VC6reggie@monster.2005-06-061-1/+1
* 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-3/+3
|\
| * Proper fix for comparision with ' 'monty@mysql.com2005-02-011-3/+3
* | Merge sinisa.nasamreza.org:/mnt/work/mysql-4.1Sinisa@sinisa.nasamreza.org2005-01-291-1/+1
|\ \ | |/
| * Fix for a "table is full" bug in multi-table updates (Bug #7788)Sinisa@sinisa.nasamreza.org2005-01-291-1/+1
* | Merge with global treemonty@mysql.com2004-12-181-2/+4
|\ \
| * | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-2/+4
* | | bit typeram@gw.mysql.r18.ru2004-12-171-0/+1
|/ /
* | Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-9/+9
|/
* Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-0/+10
* my_handler.c:rburnett@build.mysql.com2004-08-241-2/+2
* bug#3964 and related issues: FTB problems with charsets where one byte can ma...serg@serg.mylan2004-06-101-3/+1
* Support for character set conversion in binary protocol: another gokonstantin@mysql.com2004-05-251-4/+4
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYmonty@mysql.com2004-03-251-24/+45
* After merge fixesmonty@mysql.com2004-02-161-6/+8
* Fixes after merge with 4.0monty@mysql.com2003-12-191-0/+8
* Post merge fixmonty@mashka.mysql.fi2003-01-091-36/+51
* Don't use sort_order directlybar@bar.mysql.r18.ru2002-10-101-21/+2
* Simple charsets now have strncoll() field toobar@bar.mysql.r18.ru2002-10-091-1/+1
* a bit speeding-up of key_cmp() functionram@mysql.r18.ru2002-10-041-15/+26
* make SEARCH_PREFIX to work with complex (use_strcoll) charsetsserg@sergbook.mysql.com2002-08-051-1/+2
* Fixed problem in fulltest testcasemonty@hundin.mysql.fi2002-05-221-47/+62
* BTREE heap key structure is now the same as MyISAMram@gw.udmsearch.izhnet.ru2002-05-211-335/+6
* MI_KEYSEG -> HA_KEYSEGram@gw.udmsearch.izhnet.ru2002-04-251-2/+2
* RB-Tree indexes support in HEAP tablesbar@gw.udmsearch.izhnet.ru2002-04-251-0/+717