summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* renamed enum Item_cast as it's not a 'class Item' childserg@serg.mylan2003-07-064-4/+4
* Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-07-043-22/+50
|\
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@mysql.r18.ru2003-07-043-22/+50
| |\
| | * fix and test case for the bug #787: HANDLER without INDEX doesn't work with d...ram@mysql.r18.ru2003-07-043-22/+50
* | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-07-042-1/+3
|\ \ \ | |/ / |/| |
| * | enabling HA_READ_PREFIX_LAST_OR_PREVserg@serg.mylan2003-07-042-1/+3
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-07-041-16/+15
|\ \ \ | |/ / |/| |
| * | Fixed problem with stacksize on Unixwaremonty@narttu.mysql.fi2003-07-041-16/+15
* | | Merge abarkov@build.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2003-07-034-15/+89
|\ \ \
| * | | FIELD() now takes in account arguments collationsbar@bar.mysql.r18.ru2003-07-034-15/+89
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-07-036-36/+72
|\ \ \ \ | |/ / /
| * | | Row comparison now does compare field collations, e.g.bar@bar.mysql.r18.ru2003-07-034-34/+68
| |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-07-032-2/+4
| |\ \
| | * | Fixed test case to be more portablemonty@narttu.mysql.fi2003-07-032-2/+4
* | | | fixed typo in previous fixbell@sanja.is.com.ua2003-07-031-1/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-07-031-12/+4
|\ \ \ \ | |/ / / |/| | |
| * | | after review fixbell@sanja.is.com.ua2003-07-031-12/+4
* | | | There is no Item->binary() anymore. It was remain from 4.0.bar@bar.mysql.r18.ru2003-07-027-25/+17
* | | | fixed typosbell@sanja.is.com.ua2003-07-021-2/+2
* | | | fixed bug, which lead to crash mysqld by running 'mysql some_db_with_tables'bell@sanja.is.com.ua2003-07-021-1/+7
* | | | Removed dbug.h inclussion from client/get_password.c (windows build fix)venu@hundin.mysql.fi2003-07-021-1/+0
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-07-0128-382/+785
|\ \ \ \ | | |/ / | |/| |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-07-0127-381/+784
| |\ \ \
| | * | | Fixed testcases and bug introduced by last changesetmonty@mashka.mysql.fi2003-07-013-5/+8
| | * | | mergemonty@mashka.mysql.fi2003-07-0126-379/+779
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix needed to support MERGE tables in different databasesmonty@mashka.mysql.fi2003-07-014-16/+24
| | | * | LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id.monty@mashka.mysql.fi2003-06-304-3/+29
| | | * | Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LI...monty@mashka.mysql.fi2003-06-3010-270/+500
| | | * | Mergemonty@mashka.mysql.fi2003-06-291-2/+2
| | | |\ \
| | | | * | - ISAM storage engine is now disabled by default. To enable it, configurelenz@mysql.com2003-05-221-2/+2
| | | * | | Allow one to use MERGE tables with tables from different databasesmonty@mashka.mysql.fi2003-06-279-90/+226
| | | * | | Fixed slowdown problem on windowsmonty@mashka.mysql.fi2003-06-251-1/+1
| | | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-06-240-0/+0
| | | |\ \ \
| | | | * | | indentation changemonty@mashka.mysql.fi2003-06-241-13/+14
| * | | | | | fexed erroro messagebell@sanja.is.com.ua2003-07-011-1/+1
| |/ / / / /
* | | | | | fixed uninitialized pointerbell@sanja.is.com.ua2003-07-012-1/+11
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-07-011-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-07-011-3/+3
| |\ \ \ \ \
| | * | | | | sql_state.h:venu@myvenu.com2003-07-011-3/+3
* | | | | | | mergedbell@sanja.is.com.ua2003-07-016-8/+47
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed error handling to be able do not interrupt update (907) (SCRUM)bell@sanja.is.com.ua2003-06-257-11/+54
* | | | | | | Made check for structured option handling more robust and faster.jani@rhols221.adsl.netsonic.fi2003-06-301-6/+8
* | | | | | | mergedbell@sanja.is.com.ua2003-06-2910-10/+67
|\ \ \ \ \ \ \
| * | | | | | | cond_count moved to SELECT_LEX_NODEbell@sanja.is.com.ua2003-06-2610-10/+68
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-06-296-2/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-06-296-2/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fixed a bug that made 4.0 MYI+FT files unreadable in 4.1serg@serg.mylan2003-06-282-2/+1
| | * | | | | | | | timestamp MYD-4.0 format compatibility fixserg@serg.mylan2003-06-281-0/+1
| | * | | | | | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-06-273-0/+12
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | fix test when no InnoDB is presentserg@serg.mylan2003-06-271-0/+2