An error occurred fetching the project authors.
- 07 Mar, 2004 1 commit
-
-
paul@ice.local authored
-
- 02 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 29 Feb, 2004 1 commit
-
-
paul@ice.snake.net authored
-
- 28 Feb, 2004 1 commit
-
-
guilhem@mysql.com authored
-
- 22 Feb, 2004 1 commit
-
-
guilhem@mysql.com authored
-
- 21 Feb, 2004 1 commit
-
-
guilhem@mysql.com authored
"--read-only gives weird error on update". It is not fixable in 4.0 because it requires modifying the sql/share/*/errmsg.txt files. So it is fixed in 4.1 like this: the ER_SKIP_GRANT_TABLES is replaced by a more generic ER_OPTION_PREVENTS_STATEMENT which can be used both for "can't do this because of --skip-grant-tables" and "can't do this because of --read-only" (for this we don't use ER_CANT_UPDATE_WITH_READLOCK anymore). So now the message for --read-only is: "The MySQL server is running with the --read-only option so cannot execute this statement".
-
- 15 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
--disable-warning in union.test
-
- 26 Jan, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
when DROP USER if --skip-grant-tables
-
- 23 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 06 Jan, 2004 1 commit
-
-
guilhem@mysql.com authored
I had not corrected these languages. As it has been discussed with the docs team, the new messages will be merged to 4.1, and then will be translated in 4.1 (they will remain in English in 4.0).
-
- 04 Jan, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
allow UPDATE and DELETE stetements with tables derived from subquery if they are not updated (BUG#2117) allow delete table by alias in multi-delete statement
-
- 19 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Cleaned up embedded library access and query cache handling Changed min stack size to 128K (to allow longer MyISAM keys) Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
-
- 17 Dec, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
(bug #2086)
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 08 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 02 Dec, 2003 1 commit
-
-
- 26 Nov, 2003 1 commit
-
-
hf@deer.(none) authored
WL#1284 (warnings about --skip-name-resolve) Messages corrected
-
- 20 Nov, 2003 1 commit
-
-
hf@deer.(none) authored
WL#1284 (warnings about --skip-name-resolve) Now MySQL will issue warnings during startup about entries in grant tables with hostnames that require resolve, and after GRANT commands with that kind of hostnames.
-
- 18 Nov, 2003 3 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
serg@serg.mylan authored
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 21 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 16 Oct, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 15 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 12 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
typo in error message text corrected. new tests added
-
- 08 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 06 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 04 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 02 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
Portuguese and Swedish are not affected (they were already translated).
-
- 30 Sep, 2003 1 commit
-
-
paul@teton.kitebird.com authored
-
- 17 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 13 Sep, 2003 2 commits
-
-
dlenev@dlenev.mshome authored
-
serg@serg.mylan authored
bug#1269
-
- 01 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS, Honoring this parameters during connection to master. Introduced new format of master.info file
-
- 29 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 24 Jul, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(SCRUM) (WL#1053)
-
paul@teton.kitebird.com authored
The latter is misleading because differs from the syntax used for GRANT/REVOKE. Fix up test result affected by error message edits.
-
- 16 Jul, 2003 1 commit
-
-
paul@ice.snake.net authored
-
- 15 Jul, 2003 1 commit
-
-
paul@ice.snake.net authored
-