Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Variables were rename, binary collation names were added | bar@bar.mysql.r18.ru | 2003-05-22 | 17 | -80/+59 |
| | | | | Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled | ||||
* | Index.xml: | bar@bar.mysql.r18.ru | 2003-05-22 | 1 | -3/+3 |
| | | | | Typos fixes | ||||
* | mysqlimport.c, mysqldump.c, mysqlcheck.c: | bar@bar.mysql.r18.ru | 2003-05-22 | 4 | -4/+8 |
| | | | | | | Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified... | ||||
* | Updated results & after merge fix | monty@mashka.mysql.fi | 2003-05-22 | 4 | -5/+14 |
| | |||||
* | merge | monty@mashka.mysql.fi | 2003-05-22 | 333 | -3865/+7199 |
|\ | |||||
| * | After merge fixes | monty@mashka.mysql.fi | 2003-05-21 | 64 | -542/+688 |
| | | | | | | | | Added initialization of all important global variables | ||||
| * | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 317 | -3464/+6660 |
| |\ | |||||
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-19 | 6 | -9/+29 |
| | |\ | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | Added option --read-only (Thanks to Markus Benning) | monty@narttu.mysql.fi | 2003-05-19 | 6 | -9/+29 |
| | | | | |||||
| | * | | srv0start.c: | heikki@hundin.mysql.fi | 2003-05-18 | 1 | -10/+23 |
| | | | | | | | | | | | | | | | | Better instructions for the user if adding of new ibdata files fails | ||||
| | * | | buf0buf.c: | heikki@hundin.mysql.fi | 2003-05-17 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | When calculating the buf pool dirty pages ratio, add also free pages to the LRU list length: no need to active flushing if there are lots of free pages in the buffer pool | ||||
| | * | | buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: | heikki@hundin.mysql.fi | 2003-05-16 | 7 | -47/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search first only 10 % of the LRU list for a replaceable block before doing an LRU flush; enable again flushing of close pages also in a flush list (checkpointing) flush trx0trx.c: Add forgotten return value (it was not used anywhere, fortunately) ha_innodb.h, mysql_priv.h: Move declaration of srv_buf_pool_max_modified_pct to ha_innodb.h and enclose it to denote it is a C variable, not C++ | ||||
| | * | | - re-enabled RAID support for the Max subpackage again | mysqldev@build.mysql2.com | 2003-05-16 | 1 | -2/+6 |
| | | | | |||||
| | * | | my_global.h: | mysqldev@build.mysql2.com | 2003-05-16 | 2 | -2/+2 |
| | |/ | | | | | | | | | | | | | - QNX 6.2.1 actually defines HAVE_RINT - fixed rint(A) #define as it was causing compile errors on QNX | ||||
| | * | Portability fix for 64 bit machines | monty@narttu.mysql.fi | 2003-05-14 | 2 | -1/+2 |
| | | | |||||
| | * | Merge with 3.23 (No releavant code changes) | monty@narttu.mysql.fi | 2003-05-14 | 1 | -6/+2 |
| | |\ | |||||
| | | * | Portability fixes OpenUnix 8 & UnixWare 7.1.x | monty@narttu.mysql.fi | 2003-05-14 | 2 | -7/+4 |
| | | | | |||||
| | | * | Merge bk-internal.mysql.com:/home/bk/mysql-3.23 | monty@narttu.mysql.fi | 2003-05-14 | 1 | -2/+1 |
| | | |\ | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-3.23 | ||||
| | | | * | os0sync.c: | heikki@hundin.mysql.fi | 2003-05-14 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | Backport from 4.0: We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix | ||||
| | | * | | SHOW TABLE STATUS displayed wrong Row_format for myisampack'ed tables. (Bug ↵ | monty@narttu.mysql.fi | 2003-05-14 | 1 | -3/+4 |
| | | |/ | | | | | | | | | | | | | #427) | ||||
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-14 | 4 | -8/+27 |
| | |\ \ | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432 | monty@narttu.mysql.fi | 2003-05-14 | 4 | -8/+27 |
| | | | | | |||||
| | * | | | os0sync.c: | heikki@hundin.mysql.fi | 2003-05-14 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | Check return value of pthread_cond_... | ||||
| | * | | | os0sync.c: | heikki@hundin.mysql.fi | 2003-05-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Check that pthread_mutex_init and pthread_mutex_destroy return 0 | ||||
| | * | | | os0sync.c: | heikki@hundin.mysql.fi | 2003-05-14 | 1 | -4/+1 |
| | |/ / | | | | | | | | | | | | | We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix | ||||
| | * | | Fix for checking global_access rights | monty@narttu.mysql.fi | 2003-05-14 | 1 | -8/+23 |
| | | | | |||||
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-14 | 1 | -2/+6 |
| | |\ \ | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * \ | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-05-13 | 1 | -2/+6 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0 | ||||
| | | | * | | Fix for bug 343 : we require only REPLICATION CLIENT for | guilhem@mysql.com | 2003-05-13 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what the manual states. We still accept SUPER. | ||||
| | * | | | | Fix for MacOSX and symlinks | monty@narttu.mysql.fi | 2003-05-14 | 11 | -74/+149 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix for USE_FRM and crashed index file | ||||
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-13 | 9 | -28/+89 |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | jani@hynda.(none) | 2003-05-13 | 22 | -42/+66 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | into hynda.(none):/home/my/bk/mysql-4.0 | ||||
| | | * | | | | Fixed a bug in DROP DATABASE when database had a RAID type table. | jani@hynda.(none) | 2003-05-13 | 5 | -8/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug ID 381. | ||||
| | | * | | | | - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342 | jani@hynda.(none) | 2003-05-13 | 6 | -21/+63 |
| | | | |/ / | | | |/| | | | | | | | | | | | | | | - Fix for QNX: UNIX sockets available since 6.2.1 | ||||
| | * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-05-13 | 22 | -42/+66 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0 | pem@mysql.com | 2003-05-13 | 5 | -12/+25 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-4.0 | ||||
| | | | * | | | Forgot to correct comment in key.test (after fixing bug 390). | pem@mysql.com | 2003-05-13 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Fix of bug 390: primary key now implies (silently) NOT NULL for key fields. | pem@mysql.com | 2003-05-13 | 5 | -11/+24 |
| | | | |/ / | |||||
| | | * | | | - disabled all "EXPLAIN SELECT" tests from the InnoDB test because of | lenz@mysql.com | 2003-05-13 | 2 | -16/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | nodeterministic results on some platforms | ||||
| | | * | | | - added mysql_fix_privilege_tables(1) man page to distribution | lenz@mysql.com | 2003-05-13 | 15 | -14/+37 |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | (thanks to Christian Hammers from the Debian project for providing it) - Updated version number in man pages (3.23 -> 4.0) | ||||
| | * | | | Fixed 'Unknown error' when using 'UPDATE ... LIMIT'. Bug 373 | monty@narttu.mysql.fi | 2003-05-13 | 3 | -0/+33 |
| | | | | | |||||
| | * | | | Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) | monty@narttu.mysql.fi | 2003-05-13 | 4 | -1/+30 |
| | | | | | |||||
| | * | | | Fix for UNION and LEFT JOIN (Bug #386) | monty@narttu.mysql.fi | 2003-05-13 | 11 | -21/+150 |
| | |/ / | | | | | | | | | | | | | Fixed wrong logging of Access denied error (Bug #398) | ||||
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mashka.mysql.fi | 2003-05-13 | 1 | -23/+5 |
| | |\ \ | | | | | | | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0 | ||||
| | | * | | Removed timing of tests from mysql-test-run. | jani@rhols221.adsl.netsonic.fi | 2003-05-13 | 1 | -23/+5 |
| | | | | | | | | | | | | | | | | | | | | Needed by QNX, and there was no real use for timing. | ||||
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mashka.mysql.fi | 2003-05-13 | 20 | -83/+184 |
| | |\ \ \ | | | |/ / | | |/| | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0 | ||||
| | | * | | Safety fix to enable RAID in max binaries | monty@mashka.mysql.fi | 2003-05-13 | 14 | -66/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...) | ||||
| | | * | | More tests | monty@mashka.mysql.fi | 2003-05-08 | 2 | -6/+22 |
| | | | | | |||||
| | | * | | merge with 3.23 | monty@mashka.mysql.fi | 2003-05-08 | 1 | -2/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Better grant test for SELECT * | monty@mashka.mysql.fi | 2003-05-08 | 1 | -4/+4 |
| | | | | |