summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BDB 4.1.24ram@mysql.r18.ru2002-10-301191-57301/+170294
|
* correct English messagevva@genie.(none)2002-10-2923-23/+23
|
* correct English in last messagevva@genie.(none)2002-10-2924-24/+24
| | | | delete ugly comma
* add help command on server sidevva@genie.(none)2002-10-2835-50/+860
|
* fixed union rexecution bugbell@sanja.is.com.ua2002-10-275-6/+14
|
* add absent message that exist in english versionvva@genie.(none)2002-10-2722-0/+22
|
* fixed bug in HAVING error handlingserg@serg.mysql.com2002-10-271-11/+11
| | | | small Item_ref optimization
* code cleanupbell@sanja.is.com.ua2002-10-268-52/+52
| | | | | | | fixed subselect error handling bug fixed subselect UNION ALL bug fixed thd->lex.select restoring explain UNION subselect bug
* Merge abelkin@work.mysql.com:/home/bk/mysql-4.1bell@sanja.is.com.ua2002-10-260-0/+0
| | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4.1.bak
* bad auto-merge fixedserg@serg.mysql.com2002-10-251-30/+1
|
* mergedserg@serg.mysql.com2002-10-2528-75/+300
|\
| * mergedserg@serg.mysql.com2002-10-2512-11/+159
| |\
| | * mergedserg@serg.mysql.com2002-10-250-0/+0
| | |\
| | | * BK automatic LOD removal.bk@admin.bk2002-10-253-97/+104
| | | |
| | | * memory leak closedserg@serg.mysql.com2002-10-251-1/+2
| | | |
| | * | lexyy.c, pars0grm.c:heikki@hundin.mysql.fi2002-10-252-3/+10
| | | | | | | | | | | | | | | | Include univ.i before any system headers to remove a large file compilation failure on AIX
| | * | Merge lgrimmer@work.mysql.com:/home/bk/mysqllenz@mysql.com2002-10-244-3/+16
| | |\ \ | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-3.23
| | | * \ Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-10-244-3/+16
| | | |\ \
| | | | * | Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-244-3/+16
| | | | | |
| | * | | | - Fix for Do-compile: Enable InnoDB to autoextend the table space iflenz@mysql.com2002-10-231-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | necessary (required to actually pass the sql-bench without aborting with "table space full")
| | * | | - added "darwin" to the list of systems that are known to support thelenz@mysql.com2002-10-211-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | -p option for cp and the -r option for scp (thank to Paul DuBois for the patch) - fixed a typo
| | * | BK automatic LOD removal.bk@admin.bk2002-10-203-97/+104
| | | |
| | * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-201-1/+1
| | |\ \
| | | * | Fixed usage of putenv() on windows (in not normally used code)monty@hundin.mysql.fi2002-10-201-1/+1
| | | | |
| | * | | - fixed typo in scripts/mysql_convert_table_format.shlenz@mysql.com2002-10-181-1/+1
| | | | |
| | * | | - fixed typo in mysqld.cc: "agaist" -> "against"lenz@mysql.com2002-10-171-1/+1
| | | | |
| | * | | Added optional NT service and fix the TZ variable bugmiguel@hegel.br2002-10-164-34/+195
| | |/ /
| * | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-10-239-17/+148
| |\ \ \ | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | * | | Do-compile fixes:lenz@mysql.com2002-10-231-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed essential piece missing from last merge with 3.23 tree (InnoDB option) - Added "autoextend" parameter to InnoDB startup options to be able to pass the full sql-bench run without hitting an "table space full" error
| | * | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.0nick@mysql.com2002-10-228-15/+139
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/nick/mysql/mysql-4.0
| | | * | | Added Rand_log_eventnick@mysql.com2002-10-227-5/+123
| | | | | |
| | | * | | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()nick@mysql.com2002-10-172-10/+16
| | | | | |
| * | | | | less restrictive test for max key length in mi_createserg@serg.mysql.com2002-10-231-1/+1
| | | | | |
| * | | | | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on ↵serg@serg.mysql.com2002-10-221-4/+5
| |/ / / / | | | | | | | | | | | | | | | CHECK TABLE
| * | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.0hf@genie.(none)2002-10-212-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into genie.(none):/home/hf/work/04
| | * | | | Embedded server bugfixhf@genie.(none)2002-10-212-0/+2
| | | | | |
| * | | | | After bk -r check -ff (to be able to upgrade to bk 3.0)monty@work.mysql.com2002-10-200-0/+0
| | | | | |
| * | | | | BK automatic LOD removal.bk@admin.bk2002-10-203-1092/+1102
| | | | | |
| * | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-10-201-2/+0
| |\ \ \ \ \
| | * | | | | Fixed Changelogmonty@hundin.mysql.fi2002-10-201-2/+0
| | | | | | |
| * | | | | | ftb wasn't able to re-initialize index search (oops! in joins)serg@serg.mysql.com2002-10-191-1/+2
| | | | | | |
| * | | | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-10-184-25/+34
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | * | | | | some DBUG_ENTER/RETURN macro addedserg@serg.mysql.com2002-10-184-25/+34
| | |/ / / / | | | | | | | | | | | | | | | | | | safer GWS_PROB, avoid log(0)
| * | | | | Small code improvement in multi-table updatesSinisa@sinisa.nasamreza.org2002-10-172-9/+11
| | |/ / / | |/| | |
| * | | | Added notes about --set-variable being deprecated since MySQL 4.0jani@rhols221.adsl.netsonic.fi2002-10-171-7/+25
| | | | |
| * | | | Fixed three bugs in mysqlcheck and changed documentation for mysqld_multijani@rhols221.adsl.netsonic.fi2002-10-172-11/+11
| | | | |
| * | | | Added Change note about the fixed join parsing, allowing (removing) braces.pem@mysql.com2002-10-171-0/+6
| | | | |
| * | | | Fix the 100% CPU usage with TZ variablemiguel@hegel.br2002-10-161-0/+4
| |/ / /
* | | | typo fixedserg@serg.mysql.com2002-10-251-1/+1
| | | |
* | | | Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2002-10-258-20/+37
|\ \ \ \ | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1