summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Added comment blocks for all functionsnick@mysql.com2002-10-292-79/+346
* | | | | Changed binlog name padding from binlog.001 to binlog.000001nick@mysql.com2002-10-291-8/+11
* | | | | Added missing case for Rand_log_event to Log_event::get_type_str()nick@mysql.com2002-10-241-0/+1
|/ / / /
* | | | Merge nleippe@work.mysql.com:/home/bk/mysql-4.1nick@mysql.com2002-10-249-16/+152
|\ \ \ \
| * | | | changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGSnick@mysql.com2002-10-241-1/+15
| * | | | altered syntax from SLAVE START|STOP to START|STOP SLAVEnick@mysql.com2002-10-241-2/+2
| * | | | Added Rand_log_eventnick@mysql.com2002-10-247-5/+122
| * | | | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()nick@mysql.com2002-10-242-10/+15
* | | | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@bar.mysql.r18.ru2002-10-251-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Index:bar@bar.mysql.r18.ru2002-10-251-1/+0
| |/ / /
* | | | In database/table charset the keyword DEFAULT is now optional,bar@bar.mysql.r18.ru2002-10-241-4/+14
|/ / /
* | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-10-232-8/+10
|\ \ \
| * | | fixed DISTINCT in subselect bugbell@sanja.is.com.ua2002-10-232-8/+10
* | | | All these syntaxes now work:bar@bar.mysql.r18.ru2002-10-231-2/+7
* | | | Both syntaxes are now working:bar@bar.mysql.r18.ru2002-10-231-20/+24
|/ / /
* | | sql_yacc.yy:bar@bar.mysql.r18.ru2002-10-231-1/+9
* | | binary charsetbar@bar.mysql.r18.ru2002-10-231-0/+2
* | | New cp1256 charsetbar@bar.mysql.r18.ru2002-10-232-0/+95
* | | Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-10-221-2/+7
|\ \ \
| * | | make REPAIR killableserg@serg.mysql.com2002-10-221-0/+5
| * | | ha_myisam::repair should not touch file->save_state (directly, that is)serg@serg.mysql.com2002-10-151-2/+2
* | | | Small addition to COM_DEBUGSinisa@sinisa.nasamreza.org2002-10-211-3/+20
* | | | mergemonty@hundin.mysql.fi2002-10-179-129/+285
|\ \ \ \
| * | | | fix of the small bug in UNION'sSinisa@sinisa.nasamreza.org2002-10-161-5/+7
| * | | | Some small accelerations ...Sinisa@sinisa.nasamreza.org2002-10-163-45/+50
| * | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-10-1614-64/+99
| |\ \ \ \
| | * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-10-164-37/+80
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | fixed subselect explain bugbell@sanja.is.com.ua2002-10-164-37/+80
| * | | | | some fixes for SELECT INTO @vars ..Sinisa@sinisa.nasamreza.org2002-10-165-105/+118
| * | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-10-145-26/+122
| |\ \ \ \ \
| | * \ \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-10-121-6/+8
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-10-115-26/+122
| | |\ \ \ \ \ \
| | | * | | | | | SCRUM taskSinisa@sinisa.nasamreza.org2002-10-115-26/+122
* | | | | | | | | Fix after mergemonty@hundin.mysql.fi2002-10-164-5/+26
* | | | | | | | | Merge hundin.mysql.fi:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-10-16167-3200/+15405
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | merge with 4.0.5monty@hundin.mysql.fi2002-10-16167-3200/+15405
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added THD as parameter to filesort. Removed not used 'special' argument.monty@hundin.mysql.fi2002-10-167-44/+28
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1monty@hundin.mysql.fi2002-10-1511-24/+17
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Mergemonty@hundin.mysql.fi2002-10-1411-24/+17
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | mergemonty@narttu.mysql.fi2002-10-1414-61/+122
| | | | |\ \ \ \ \
| | | | * | | | | | Portability fixes to be able to compile MySQL with VC++monty@narttu.mysql.fi2002-10-0811-24/+17
| | * | | | | | | | removed annecessary assignment found by Montybell@sanja.is.com.ua2002-10-141-3/+1
| | * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2002-10-141-0/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | fixed cteate temporary field of subselect bugbell@sanja.is.com.ua2002-10-141-0/+1
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | bad merge fixedserg@serg.mysql.com2002-10-141-3/+3
| | * | | | | | | mergedserg@serg.mysql.com2002-10-14167-3116/+15366
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-10-145-4/+14
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | fixed bug of multi-level EXPLAINbell@sanja.is.com.ua2002-10-135-4/+14
| | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | --tmpdir=dir1:dir2... uses (is_windows ? ";" : ":") as a delimiterserg@serg.mysql.com2002-10-121-4/+10
| | | * | | | | | Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-10-125-33/+25
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |