summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* After merge fixigor@rurik.mysql.com2004-06-251-1/+35
|\
| * join_nested.test, join_nested.result:igor@rurik.mysql.com2004-06-101-1/+35
| * Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2003-12-011-0/+1
| |\
| | * join_outer.result, null.result, null.test:igor@rurik.mysql.com2003-12-011-0/+1
* | | Fixed (portability) bug in handler.h, and tried to silence cast warnings on s...pem@mysql.comhem.se2004-05-061-1/+2
* | | fixed brocken of client_test bell@sanja.is.com.ua2004-04-031-5/+2
* | | Cleanups & safety fixesmonty@mysql.com2004-03-251-2/+2
* | | after review changesbell@sanja.is.com.ua2004-03-201-2/+2
* | | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-2/+2
* | | DBUG_ASSERT(fixed == 0) added to fix_fields()bell@sanja.is.com.ua2004-03-171-12/+17
* | | mergebell@sanja.is.com.ua2004-02-171-1/+8
|\ \ \
| * | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)bell@sanja.is.com.ua2004-02-121-1/+3
| * | | mergebell@sanja.is.com.ua2004-02-091-0/+5
| |\ \ \
| | * | | fixed subquery with PS (BUG#2462)bell@sanja.is.com.ua2004-02-081-0/+5
* | | | | After merge fixesmonty@mysql.com2004-02-161-0/+2
* | | | | Merge with 4.0.18monty@mysql.com2004-02-111-5/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for the bug #2231: string column, INDEX+LIKE, don't take the ESCAPE chara...ram@gw.mysql.r18.ru2003-12-301-5/+4
* | | | | mergemonty@mysql.com2004-02-051-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Code cleanupmonty@mysql.com2004-01-191-3/+3
* | | | | Indexes can be used for optimization if the operationbar@bar.intranet.mysql.r18.ru2004-02-021-0/+7
* | | | | Code cleanup (working on PS & cleanup() code)hf@deer.(none)2004-01-191-6/+6
* | | | | Fix for prepared statementshf@deer.(none)2003-12-301-6/+9
|/ / / /
* | | | join_outer.result, null.result, null.test, item_cmpfunc.h:igor@rurik.mysql.com2003-12-011-0/+1
| |/ / |/| |
* | | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-8/+8
* | | Changed mysql_next_result() to return int instead of boolmonty@mashka.mysql.fi2003-11-191-13/+6
| |/ |/|
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-1/+8
* | after review fixbell@sanja.is.com.ua2003-11-031-7/+63
* | mergebell@sanja.is.com.ua2003-10-311-5/+13
|\ \
| * | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...bell@sanja.is.com.ua2003-10-301-1/+2
| * | subqueries made printablebell@sanja.is.com.ua2003-10-161-1/+5
| * | fixed printability of Items (all items except subselects)bell@laptop.sanja.is.com.ua2003-10-121-2/+6
* | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-2/+21
|\ \ \
| * \ \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2003-10-311-2/+21
| |\ \ \
| | * | | WL #1056: Eliminate NOT operators from where conditionram@gw.mysql.r18.ru2003-10-311-2/+21
| | |/ /
* | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-1/+1
|\ \ \ \ | |/ / /
| * | | Mergeigor@rurik.mysql.com2003-10-301-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Manual merge after improving concurrency for key cache reassignmentigor@rurik.mysql.com2003-10-011-1/+1
| | |\ \
| | | * \ Manual mergeigor@rurik.mysql.com2003-08-261-1/+1
| | | |\ \
| | | | * \ Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-08-021-8/+20
| | | | |\ \
| | | | * \ \ Conflict resolutionigor@rurik.mysql.com2003-07-161-27/+8
| | | | |\ \ \
| | | | * \ \ \ Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-06-301-1/+1
| | | | |\ \ \ \
| | | | | * | | | item_cmpfunc.h, opt_range.cc:igor@rurik.mysql.com2003-06-301-1/+1
* | | | | | | | | FULLTEXT: correct charset support (UTF included, UCS2 - not)serg@serg.mylan2003-10-201-1/+0
|/ / / / / / / /
* | | | | | | | Mergebell@laptop.sanja.is.com.ua2003-10-061-5/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)bell@sanja.is.com.ua2003-09-021-5/+28
| * | | | | | | Mergevva@eagle.mysql.r18.ru2003-08-271-0/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | fixed bug #910 (right type of ifnull function)vva@eagle.mysql.r18.ru2003-08-271-0/+4
| | | |_|_|/ / | | |/| | | |
* | | | | | | mergebell@laptop.sanja.is.com.ua2003-08-201-0/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | mergebell@laptop.sanja.is.com.ua2003-08-191-0/+19
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-0/+19
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |