Commit graph

2178 commits

Author SHA1 Message Date
paul@teton.kitebird.com
28d4754202 manual.texi HEAP does allow indexes on NULL columns as of 4.0.2. 2002-09-27 12:17:07 -05:00
paul@teton.kitebird.com
63888e91be manual.texi tables usually should have a name. 2002-09-26 12:00:15 -05:00
paul@teton.kitebird.com
663b983fb7 manual.texi Qcache not available on Windows until 4.0.4. 2002-09-25 19:59:15 -05:00
paul@teton.kitebird.com
0190269ca0 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 14:38:55 -05:00
monty@hundin.mysql.fi
e03d4330f8 Merge 2002-09-25 20:48:32 +03:00
monty@hundin.mysql.fi
12ac759d95 Compare hostnames case insensitive
Accept zero dates without warnings
2002-09-25 20:42:55 +03:00
paul@teton.kitebird.com
7b1ff7d8a1 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-25 10:44:59 -05:00
lenz@mysql.com
9aeb138a69 - added Changelog entry to manual.texi
- mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version
   mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
2002-09-25 17:36:21 +02:00
lenz@mysql.com
0a3612aaeb - added some missing changes to the 4.0.4 news section in manual.texi
and applied some cosmetical fixes
2002-09-25 12:02:47 +02:00
paul@teton.kitebird.com
764d2ec948 manual.texi DELETE grammer was not quite right (LOW_PRIORITY
manual.texi	and QUICK are not mutually exclusive).
2002-09-24 21:14:04 -05:00
paul@teton.kitebird.com
5165a94b3a Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-24 19:15:07 -05:00
paul@teton.kitebird.com
deeae89c5e manual.texi Add missing plural 2002-09-24 17:31:16 -05:00
monty@mashka.mysql.fi
f8610ecb7b Merge hundin:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-24 17:12:59 +03:00
monty@mashka.mysql.fi
efaaf0b4b8 Updated VC++ project files for 4.0.4
Only write short usage if one starts mysqldump without any options
Added query cache on windows
Added error message if one can't read privilege tables
2002-09-24 17:11:59 +03:00
paul@teton.kitebird.com
5e5b311a4a manual.texi FULLTEXT works with CHAR, too. 2002-09-23 16:35:40 -05:00
arjen@fred.bitbike.com
7b49f6327d Clarifications from Monty (by Zak). 2002-09-23 10:23:44 +10:00
arjen@fred.bitbike.com
97f8ff17d9 Caps keywords (OJ is Outer Join; ODBC compatibility). 2002-09-23 10:00:02 +10:00
arjen@fred.bitbike.com
6b71a258bf Explanation fixup (noted by Dean Ellis, info from Peter Zaitsev). 2002-09-23 09:47:16 +10:00
monty@mashka.mysql.fi
cb2f04ca63 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-22 18:04:13 +03:00
monty@mashka.mysql.fi
9c123d0c0b Don't give the anonymous user create temp table or lock tables privileges.
SET PASSWORD=... closed connection on error.
2002-09-22 18:02:39 +03:00
monty@mashka.mysql.fi
378d977d28 Merge with 3.23.53 2002-09-22 10:59:33 +03:00
paul@teton.kitebird.com
ebfa7aa5d0 manual.texi Fix typo in option name. 2002-09-21 19:07:07 -05:00
monty@mashka.mysql.fi
755d4952af Change name -> alias in TABLE_LIST.
Added missing mutex-lock around critical section in GRANT handling.
2002-09-21 21:36:23 +03:00
paul@teton.kitebird.com
12bf4a08a0 manual.texi fix capitalization, clarify context for
manual.texi	LAST_INSERT_ID() usage.
2002-09-20 09:13:25 -05:00
monty@mashka.mysql.fi
d2b0773244 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-19 18:03:48 +03:00
monty@mashka.mysql.fi
ce4b584a85 Increased max possible max_allowed_packet to 1G
Small optimization to not do external locking of temporary MyISAM tables.
2002-09-19 17:49:41 +03:00
paul@teton.kitebird.com
c44c70fcfe manual.texi fix X'...' example to return correct result type 2002-09-18 16:39:26 -05:00
monty@mashka.mysql.fi
f638ee6df9 Added code to flush a bulk_insert index.
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
2002-09-18 21:04:49 +03:00
paul@teton.kitebird.com
d44e1e6830 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-18 10:37:59 -05:00
paul@teton.kitebird.com
9ab6c6ac2a manual.texi minor fixes 2002-09-18 10:35:29 -05:00
monty@mashka.mysql.fi
70b1d53883 merge with 3.23.53 (only code cleanup and new test case) 2002-09-18 02:04:56 +03:00
monty@mashka.mysql.fi
74744466b1 Fixed bug with BINARY NULL 2002-09-18 02:00:56 +03:00
monty@mashka.mysql.fi
f42a28e252 Merge 2002-09-18 00:44:58 +03:00
monty@mashka.mysql.fi
7f55d92637 fixed so that --ssl and --skip-ssl works with the MySQL clients.
Fixed core dump bug when sending wrong string to AES_DECRYPT()
2002-09-17 23:46:53 +03:00
serg@sergbook.mysql.com
aabcc1f634 Merge 2002-09-17 21:09:39 +02:00
serg@sergbook.mysql.com
7118d006b4 ft-boolean + ORDER BY (ftb tree reusing) bug 2002-09-17 21:04:10 +02:00
monty@mashka.mysql.fi
3bb2660d10 Merge with 3.23.53 2002-09-17 05:17:32 +03:00
monty@mashka.mysql.fi
c7b6854f70 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-16 15:56:55 +03:00
monty@mashka.mysql.fi
c85c33a5c1 Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
Fixed bug in SELECT ... ORDER BY ... LIMIT
Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
Fixed hang when using --with-openssl
2002-09-16 15:55:19 +03:00
monty@mashka.mysql.fi
ff993695a4 Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-names. 2002-09-16 15:24:54 +03:00
paul@teton.kitebird.com
69b0b2903a manual.texi clarify that FULLTEXT is for MyISAM tables. 2002-09-15 12:10:33 -05:00
monty@mashka.mysql.fi
344c24d390 Fixed core dump bug in ORDER BY ... LIMIT 2002-09-15 01:23:01 +03:00
paul@teton.kitebird.com
3763f8412f manual.texi minor tweaks/fixups to charset section.
manual.texi	minor fixups to mysql_real_connect() section.
2002-09-13 10:47:02 -05:00
monty@mashka.mysql.fi
3a03bb1d23 Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 2002-09-13 01:09:50 +03:00
monty@mashka.mysql.fi
2f7f09822a Added missing nodes to InnoDB section 2002-09-13 01:08:03 +03:00
paul@teton.kitebird.com
5fcc80ff98 manual.texi fix mangled sentence (pointed out by Egor). 2002-09-11 13:15:35 -05:00
paul@teton.kitebird.com
0375cbf6a7 manual.texi formatting cleanups. 2002-09-11 09:52:57 -05:00
monty@mashka.mysql.fi
8b7521eb7f Merge with 3.23.53 2002-09-11 14:49:38 +03:00
monty@mashka.mysql.fi
fa4e07bf97 merge 2002-09-11 06:44:45 +03:00
monty@mashka.mysql.fi
f3a186c905 Portability fixes.
Improve mysql-test to be more robust.
Fix that GRANT doesn't delete SSL options
Change innobase_flush_log_at_trx_commit to uint.
Don't rotate logs if we read a rotate log entry from the master.
2002-09-11 06:40:08 +03:00