summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Clarify wildcards in dbname of GRANT command.arjen@fred.bitbike.com2002-10-031-3/+12
* | | manual.texi:heikki@hundin.mysql.fi2002-10-021-2/+2
* | | manual.texi:heikki@hundin.mysql.fi2002-10-021-1/+1
* | | Merge paul@work.mysql.com:/home/bk/mysql-4.0paul@teton.kitebird.com2002-10-021-4/+4
|\ \ \
| * | | manual.texi behavior -> behaviourpaul@teton.kitebird.com2002-10-021-4/+4
* | | | mergemonty@hundin.mysql.fi2002-10-021-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for building shared libraries with a patched glibcmonty@hundin.mysql.fi2002-10-021-0/+5
* | | | manual.texi Fix a few agreement problems.paul@teton.kitebird.com2002-10-011-8/+8
* | | | - Tagged ChangeSet 1.1321 as mysql-4.0.4lenz@mysql.com2002-10-011-2/+8
* | | | manual.texi:heikki@hundin.mysql.fi2002-09-301-6/+593
|/ / /
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-09-301-1/+10
|\ \ \
| * | | Revert change to use ha_rows for number of rows as other code depend of thismonty@hundin.mysql.fi2002-09-301-1/+10
* | | | manual.texi undo bad query cache mod.paul@teton.kitebird.com2002-09-291-1/+1
|/ / /
* | | Merge paul@work.mysql.com:/home/bk/mysql-4.0paul@teton.kitebird.com2002-09-271-219/+2
|\ \ \
| * \ \ Merge hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-09-271-0/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Don't reset Delayed_insert_threads on FLUSH STATUSmonty@hundin.mysql.fi2002-09-271-0/+2
| * | manual.texi:tfr@beta.frontier86.ee2002-09-271-58/+0
| * | Merge tfr@work.mysql.com:/home/bk/mysql-4.0tfr@beta.frontier86.ee2002-09-271-161/+0
| |\ \
| | * | manual.texi:tfr@beta.frontier86.ee2002-09-271-161/+0
* | | | manual.texi HEAP does allow indexes on NULL columns as of 4.0.2.paul@teton.kitebird.com2002-09-271-1/+2
* | | | manual.texi tables usually should have a name.paul@teton.kitebird.com2002-09-261-1/+1
|/ / /
* | | manual.texi Qcache not available on Windows until 4.0.4.paul@teton.kitebird.com2002-09-251-1/+1
* | | Merge paul@work.mysql.com:/home/bk/mysql-4.0paul@teton.kitebird.com2002-09-251-0/+6
|\ \ \ | |/ /
| * | Mergemonty@hundin.mysql.fi2002-09-251-0/+6
| |\ \
| | * | Compare hostnames case insensitivemonty@hundin.mysql.fi2002-09-251-0/+6
* | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0paul@teton.kitebird.com2002-09-251-18/+25
|\ \ \ \ | |/ / /
| * | | - added Changelog entry to manual.texilenz@mysql.com2002-09-251-0/+2
| * | | - added some missing changes to the 4.0.4 news section in manual.texilenz@mysql.com2002-09-251-18/+23
| |/ /
* | | manual.texi DELETE grammer was not quite right (LOW_PRIORITYpaul@teton.kitebird.com2002-09-241-3/+3
|/ /
* | Merge paul@work.mysql.com:/home/bk/mysql-4.0paul@teton.kitebird.com2002-09-241-2/+2
|\ \
| * | manual.texi Add missing pluralpaul@teton.kitebird.com2002-09-241-2/+2
* | | Merge hundin:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-09-241-0/+2
|\ \ \ | |/ / |/| |
| * | Updated VC++ project files for 4.0.4monty@mashka.mysql.fi2002-09-241-0/+2
* | | manual.texi FULLTEXT works with CHAR, too.paul@teton.kitebird.com2002-09-231-1/+1
|/ /
* | Clarifications from Monty (by Zak).arjen@fred.bitbike.com2002-09-231-12/+17
* | Caps keywords (OJ is Outer Join; ODBC compatibility).arjen@fred.bitbike.com2002-09-231-1/+1
* | Explanation fixup (noted by Dean Ellis, info from Peter Zaitsev).arjen@fred.bitbike.com2002-09-231-1/+1
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-09-221-0/+9
|\ \
| * | Don't give the anonymous user create temp table or lock tables privileges.monty@mashka.mysql.fi2002-09-221-0/+3
| * | Merge with 3.23.53monty@mashka.mysql.fi2002-09-221-0/+6
| |\ \ | | |/
| | * Change name -> alias in TABLE_LIST.monty@mashka.mysql.fi2002-09-211-0/+6
* | | manual.texi Fix typo in option name.paul@teton.kitebird.com2002-09-211-1/+1
* | | manual.texi fix capitalization, clarify context forpaul@teton.kitebird.com2002-09-201-1/+2
|/ /
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-09-191-6/+21
|\ \
| * | Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-7/+16
| * | Added code to flush a bulk_insert index.monty@mashka.mysql.fi2002-09-181-0/+6
* | | manual.texi fix X'...' example to return correct result typepaul@teton.kitebird.com2002-09-181-2/+2
* | | Merge paul@work.mysql.com:/home/bk/mysql-4.0paul@teton.kitebird.com2002-09-181-2/+2
|\ \ \ | |/ / |/| |
| * | manual.texi minor fixespaul@teton.kitebird.com2002-09-181-2/+2
* | | merge with 3.23.53 (only code cleanup and new test case)monty@mashka.mysql.fi2002-09-181-0/+2
|\ \ \ | | |/ | |/|