summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | WL#1253: LAST_DAYgluh@gluh.mysql.r18.ru2003-11-175-1/+42
| * | | | | | fixed error handling inside su_select() for multideletebell@sanja.is.com.ua2003-11-151-2/+3
* | | | | | | do not log certain commans in the slow logserg@serg.mylan2003-11-142-15/+24
* | | | | | | test a correct flag in Field::optimize_rangeserg@serg.mylan2003-11-131-1/+1
|/ / / / / /
* | | | | | - added sql_bitmap.h to the source distributionlenz@kallisto.local2003-11-121-1/+1
* | | | | | Fixed minor compiler errors encountered during pre-final builds.greg@mysql.com2003-11-123-5/+5
|/ / / / /
* | | | | fixed layoutbell@sanja.is.com.ua2003-11-071-4/+8
* | | | | fixed printability of gis functionsbell@sanja.is.com.ua2003-11-061-1/+2
* | | | | cleanup - we reset select_lex.options in mysql_parse anyway,konstantin@oak.local2003-11-051-1/+0
* | | | | Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2003-11-053-13/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | follow-up to Sanja fix: konstantin@oak.local2003-10-313-13/+8
* | | | | fixed:bell@sanja.is.com.ua2003-11-041-4/+14
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-11-041-0/+2
|\ \ \ \ \
| * | | | | fixed:bell@sanja.is.com.ua2003-11-041-0/+1
| * | | | | fixed:bell@sanja.is.com.ua2003-11-041-0/+1
* | | | | | Removed trailing blank lines in some errmsg.txt files, as it countspem@mysql.comhem.se2003-11-043-3/+0
|/ / / / /
* | | | | Fixed access to uninitialized memory in protocol::store_timemonty@mysql.com2003-11-041-1/+2
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-11-043-3/+5
|\ \ \ \ \
| * | | | | avoid problem when all tables are constbell@sanja.is.com.ua2003-11-041-1/+2
| * | | | | fixed problem with UNION flagsbell@sanja.is.com.ua2003-11-042-2/+3
| * | | | | avoid writting junkbell@sanja.is.com.ua2003-11-041-0/+1
* | | | | | Removed some warnings reported by valgrindmonty@narttu.mysql.fi2003-11-047-30/+38
* | | | | | Merge with 4.0monty@narttu.mysql.fi2003-11-0415-80/+297
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge mysql.com:/home/kostja/mysql/mysql-4.0-rootkonstantin@mysql.com2003-11-031-0/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-11-031-0/+2
| | |\ \ \ \
| | | * | | | When we delete the slave's temp tables from memory, we resetguilhem@mysql.com2003-11-031-0/+2
| * | | | | | fix for bug #1724 'WHERE ... IN() optimizer behaviour konstantin@mysql.com2003-11-031-23/+42
| |/ / / / /
| * | | | | Portability fixmonty@narttu.mysql.fi2003-11-021-1/+1
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2003-11-021-3/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Call my_sync() after all data is written to .frm filemonty@mysql.com2003-11-021-3/+6
| * | | | | 4 small items in this:guilhem@mysql.com2003-10-315-7/+32
| * | | | | thd->query assignment moved outkonstantin@mysql.com2003-10-311-1/+1
| |/ / / /
| * | | | Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.0konstantin@mysql.com2003-10-301-1/+10
| |\ \ \ \
| | * | | | comments about designation of thd->where and konstantin@mysql.com2003-10-301-1/+10
| * | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-10-305-16/+77
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix for BUG#1686guilhem@mysql.com2003-10-295-16/+77
| * | | | | Safety fix for adding service name to search config groupsmonty@narttu.mysql.fi2003-10-301-1/+2
| * | | | | Change back service name to MySQLmonty@narttu.mysql.fi2003-10-302-7/+17
| * | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-10-291-6/+8
| |\ \ \ \ \
| | * | | | | Fix for problem of installing MySQL as a service withmonty@narttu.mysql.fi2003-10-281-6/+8
| * | | | | | followup to max_user_connections fix, keep the count more accurateserg@serg.mylan2003-10-291-3/+4
| * | | | | | fixes for max_user_connections (connections are now counted even ifserg@serg.mylan2003-10-271-10/+15
| |/ / / / /
| * | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2003-10-221-1/+1
| |\ \ \ \ \
| | * | | | | Fix for bug #1271: Undefined variable in PASSWORD() function is not gluh@gluh.mysql.r18.ru2003-10-211-1/+1
| | |/ / / /
| * | | | | Bug#1271 - RAND_TABLE_BIT in expression and only const_tables in joinserg@serg.mylan2003-10-211-0/+2
| |/ / / /
| * | | | thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h, ha_innodb.cc:heikki@hundin.mysql.fi2003-10-171-5/+0
| * | | | Merge oak.local:/home/kostja/mysql/mysql-4.0-rootkostja@oak.local2003-10-173-3/+29
| |\ \ \ \
| | * | | | A fix for a random test failure rpl_trunc_binlog: don't RESET MASTERguilhem@mysql.com2003-10-171-1/+1
| | * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2003-10-161-2/+24
| | |\ \ \ \
| | | * \ \ \ Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@laptop.sanja.is.com.ua2003-10-021-2/+24
| | | |\ \ \ \