summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Variables were rename, binary collation names were addedbar@bar.mysql.r18.ru2003-05-2217-80/+59
| | | | Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
* Index.xml:bar@bar.mysql.r18.ru2003-05-221-3/+3
| | | | Typos fixes
* mysqlimport.c, mysqldump.c, mysqlcheck.c:bar@bar.mysql.r18.ru2003-05-224-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 fixmonty@mashka.mysql.fi2003-05-224-5/+14
|
* mergemonty@mashka.mysql.fi2003-05-22333-3865/+7199
|\
| * After merge fixesmonty@mashka.mysql.fi2003-05-2164-542/+688
| | | | | | | | Added initialization of all important global variables
| * Merge with 4.0.13monty@narttu.mysql.fi2003-05-19317-3464/+6660
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-196-9/+29
| | |\ | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | | * Added option --read-only (Thanks to Markus Benning)monty@narttu.mysql.fi2003-05-196-9/+29
| | | |
| | * | srv0start.c:heikki@hundin.mysql.fi2003-05-181-10/+23
| | | | | | | | | | | | | | | | Better instructions for the user if adding of new ibdata files fails
| | * | buf0buf.c:heikki@hundin.mysql.fi2003-05-171-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.fi2003-05-167-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 againmysqldev@build.mysql2.com2003-05-161-2/+6
| | | |
| | * | my_global.h:mysqldev@build.mysql2.com2003-05-162-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 machinesmonty@narttu.mysql.fi2003-05-142-1/+2
| | |
| | * Merge with 3.23 (No releavant code changes)monty@narttu.mysql.fi2003-05-141-6/+2
| | |\
| | | * Portability fixes OpenUnix 8 & UnixWare 7.1.xmonty@narttu.mysql.fi2003-05-142-7/+4
| | | |
| | | * Merge bk-internal.mysql.com:/home/bk/mysql-3.23monty@narttu.mysql.fi2003-05-141-2/+1
| | | |\ | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-3.23
| | | | * os0sync.c:heikki@hundin.mysql.fi2003-05-141-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.fi2003-05-141-3/+4
| | | |/ | | | | | | | | | | | | #427)
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-144-8/+27
| | |\ \ | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | | * | Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432monty@narttu.mysql.fi2003-05-144-8/+27
| | | | |
| | * | | os0sync.c:heikki@hundin.mysql.fi2003-05-141-4/+5
| | | | | | | | | | | | | | | | | | | | Check return value of pthread_cond_...
| | * | | os0sync.c:heikki@hundin.mysql.fi2003-05-141-3/+3
| | | | | | | | | | | | | | | | | | | | Check that pthread_mutex_init and pthread_mutex_destroy return 0
| | * | | os0sync.c:heikki@hundin.mysql.fi2003-05-141-4/+1
| | |/ / | | | | | | | | | | | | We had forgotten to call pthread_mutex_destroy when we free an OS mutex in Unix
| | * | Fix for checking global_access rightsmonty@narttu.mysql.fi2003-05-141-8/+23
| | | |
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-141-2/+6
| | |\ \ | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | | * \ Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2003-05-131-2/+6
| | | |\ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| | | | * | Fix for bug 343 : we require only REPLICATION CLIENT forguilhem@mysql.com2003-05-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW SLAVE STATUS and SHOW MASTER STATUS, because this is what the manual states. We still accept SUPER.
| | * | | | Fix for MacOSX and symlinksmonty@narttu.mysql.fi2003-05-1411-74/+149
| | | | | | | | | | | | | | | | | | | | | | | | Fix for USE_FRM and crashed index file
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-139-28/+89
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0jani@hynda.(none)2003-05-1322-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-135-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug ID 381.
| | | * | | | - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342jani@hynda.(none)2003-05-136-21/+63
| | | | |/ / | | | |/| | | | | | | | | | | | | | - Fix for QNX: UNIX sockets available since 6.2.1
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-05-1322-42/+66
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | | * | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0pem@mysql.com2003-05-135-12/+25
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-4.0
| | | | * | | Forgot to correct comment in key.test (after fixing bug 390).pem@mysql.com2003-05-131-1/+1
| | | | | | |
| | | | * | | Fix of bug 390: primary key now implies (silently) NOT NULL for key fields.pem@mysql.com2003-05-135-11/+24
| | | | |/ /
| | | * | | - disabled all "EXPLAIN SELECT" tests from the InnoDB test because oflenz@mysql.com2003-05-132-16/+4
| | | | | | | | | | | | | | | | | | | | | | | | nodeterministic results on some platforms
| | | * | | - added mysql_fix_privilege_tables(1) man page to distributionlenz@mysql.com2003-05-1315-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 373monty@narttu.mysql.fi2003-05-133-0/+33
| | | | |
| | * | | Fixed problem with ansi mode and GROUP BY with constants. (Bug #387)monty@narttu.mysql.fi2003-05-134-1/+30
| | | | |
| | * | | Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-1311-21/+150
| | |/ / | | | | | | | | | | | | Fixed wrong logging of Access denied error (Bug #398)
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-05-131-23/+5
| | |\ \ | | | | | | | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0
| | | * | Removed timing of tests from mysql-test-run.jani@rhols221.adsl.netsonic.fi2003-05-131-23/+5
| | | | | | | | | | | | | | | | | | | | Needed by QNX, and there was no real use for timing.
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-05-1320-83/+184
| | |\ \ \ | | | |/ / | | |/| | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0
| | | * | Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-1314-66/+110
| | | | | | | | | | | | | | | | | | | | | | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
| | | * | More testsmonty@mashka.mysql.fi2003-05-082-6/+22
| | | | |
| | | * | merge with 3.23monty@mashka.mysql.fi2003-05-081-2/+2
| | | |\ \ | | | | |/
| | | | * Better grant test for SELECT *monty@mashka.mysql.fi2003-05-081-4/+4
| | | | |