summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* include/myisampack.hlenz@mysql.com2002-11-121-1/+1
| | | | - fixed Typo: BIG_TABLE -> BIG_TABLES
* Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2002-11-1217-36/+185
|\ | | | | | | into mysql.com:/space/my/mysql-4.0
| * mergemonty@mashka.mysql.fi2002-11-1216-35/+183
| |\
| | * Extended WEEK() to be able to handle ISO weeks.monty@mashka.mysql.fi2002-11-128-10/+42
| | | | | | | | | | | | | | | unlink socket file if mysqld dies on startup Some optimization of AND expressions
| | * Fixed that NULL and 0 returns 0 instead of NULLmonty@mashka.mysql.fi2002-11-1113-32/+148
| | | | | | | | | | | | This is coded to not cause a speed impact on top level AND expressions where we don't care if an AND expression returns 0 or NULL
| * | Fixed a problem with reading some innodb options that may contain semicolin.jani@rhols221.adsl.netsonic.fi2002-11-121-1/+2
| | |
* | | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2002-11-125-973/+489
|\ \ \ | |/ / | | | | | | into mysql.com:/space/my/mysql-4.0
| * | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-11-115-973/+489
| |\ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | * | removed DBUG_ENTER/RETURN tagsserg@serg.mysql.com2002-11-115-973/+489
| | |/
* | | - "head/tail -<num>" is obsolete according to POSIX.1-2001 - uselenz@mysql.com2002-11-111-2/+2
|/ / | | | | | | "head/tail -n <num>" instead
* | bdb.result:lenz@mysql.com2002-11-111-1/+1
| | | | | | | | - fixed yet another wrong result after error messages had been changed
* | innodb.result:lenz@mysql.com2002-11-111-4/+4
|/ | | | - fixed test results after error messages had been modified
* Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0monty@hundin.mysql.fi2002-11-102-2/+272
|\
| * Added 4.1 protocol descriptionmonty@hundin.mysql.fi2002-11-102-2/+272
| |
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-11-094-7/+9
|\ \ | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | results fixedserg@serg.mysql.com2002-11-092-5/+5
| | |
| * | mergedserg@serg.mysql.com2002-11-092-2/+4
| |\ \
| | * | IGNORE/USE INDEX now work with HA_EXTRA_KEYREADserg@serg.mysql.com2002-11-093-2/+4
| | | |
* | | | ha_innodb.cc:heikki@hundin.mysql.fi2002-11-091-1/+5
| | | | | | | | | | | | | | | | Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
* | | | Many files:heikki@hundin.mysql.fi2002-11-097-71/+241
| |_|/ |/| | | | | | | | Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
* | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0monty@hundin.mysql.fi2002-11-0914-15/+958
|\ \ \ | |/ / |/| |
| * | Small fix in configure for HPUX11monty@hundin.mysql.fi2002-11-091-5/+1
| | |
| * | Portability fixes for HP compiler and HPUX11monty@hundin.mysql.fi2002-11-099-13/+831
| | |
| * | Fixed bug in MAX() optimization when used with JOIN and ON expressionsmonty@hundin.mysql.fi2002-11-095-2/+131
| | |
* | | fixed gone file ONCE AGAINserg@serg.mysql.com2002-11-081-38/+0
| | |
* | | Merge serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-080-0/+0
|\ \ \ | | |/ | |/| | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | fixing gone file ONCE AGAINserg@serg.mysql.com2002-11-081-37/+0
| | |
* | | Merge serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-080-0/+0
|\ \ \ | |/ / | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-080-0/+0
| |\ \
| | * | being tired to fix gone file in 4.0 after every pull from 3.23, I fixed it hereserg@serg.mysql.com2002-11-081-37/+0
| | | |
| * | | Merge akishkin@work.mysql.com:/home/bk/mysqlwalrus@mysql.com2002-11-095-8/+71
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/323
| * \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysqlwalrus@mysql.com2002-11-056-3/+20
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/323
| * \ \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysqlwalrus@mysql.com2002-11-0510-27/+225
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/323
| * \ \ \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysqlwalrus@mysql.com2002-10-292-3/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/323
| * \ \ \ \ \ \ Mergewalrus@mysql.com2002-10-241-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | BK automatic LOD removal.bk@admin.bk2002-10-243-95/+102
| | | | | | | | |
* | | | | | | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-11-0824-25/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | | | | | | | fixed test for "root", on some installations / is mounted read-onlyserg@serg.mysql.com2002-11-081-1/+1
| | | | | | | | | |
| * | | | | | | | | corrected error message for OPTIMIZE/ANALYZE/etc,serg@serg.mysql.com2002-11-0823-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also for InnoDB that supports CHECK table but not REPAIR
* | | | | | | | | | Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-11-091-0/+38
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| * | | | | | | | | Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-11-091-0/+38
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| | * \ \ \ \ \ \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-11-05112-812/+2566
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| | * \ \ \ \ \ \ \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-10-2912-11/+159
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| | * \ \ \ \ \ \ \ \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-10-260-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| | | * \ \ \ \ \ \ \ \ \ \ Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-10-240-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| | | | * | | | | | | | | | | BK automatic LOD removal.bk@admin.bk2002-10-243-1094/+1104
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Delete: innobase/stamp-h.inserg@serg.mysql.com2002-11-081-1/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | --use-frm option to mysqlcheckserg@serg.mysql.com2002-11-082-5/+10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | log0recv.c:heikki@hundin.mysql.fi2002-11-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed compiler warnings about wrong printf formats
* | | | | | | | | | | | | | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2002-11-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0