An error occurred fetching the project authors.
- 11 Mar, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Phase 2: Make SPs belong to a DB, and use qualified names. As a side effect, using USE in an SP is no longer allowed. (It just doesn't work otherwise.)
-
- 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
-
- 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)
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 08 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 04 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
and BUG#1654: Stored Procedure Crash if contains subquery and set function Disallowed subselects in RETURN (for FUNCTIONs) and SET of local variables. The latter should work, but turned out to be difficult to fix, so we just disallow it for the time being.
-
- 02 Dec, 2003 1 commit
-
-
- 26 Nov, 2003 1 commit
-
-
hf@deer.(none) authored
WL#1284 (warnings about --skip-name-resolve) Messages corrected
-
- 24 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se authored
-
- 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
-
- 17 Nov, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
WL#1263: Support for the attributes COMMENT and SUID in CREATE/ALTER PROCEDURE/FUNCTION
-
- 14 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se authored
(For multi-lingual support.) Also fixed memory leak when aborting parsing for a duplicate cursor.
-
- 13 Nov, 2003 1 commit
-
-
pem@mysql.comhem.se authored
- Duplicate parameters/variables, conditions and cursors (not allowed). - ITERATE in labelled BEGIN-END (not allowed). - Missing SQLSTATE [VALUE] keywords in CONDITION/HANDLER declaration (added). - Empty BEGIN-END (now allowed). - End label (now optional).
-
- 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
-
- 10 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
(updated) Protocol_cursor class. Also did some bug fixes.
-
- 08 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 06 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 03 Oct, 2003 1 commit
-
-
pem@mysql.telia.com authored
-
- 02 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
Portuguese and Swedish are not affected (they were already translated).
-
- 17 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 16 Sep, 2003 1 commit
-
-
pem@mysql.telia.com authored
MySQL error codes as well. (No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.) WL#850
-
- 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.
-
- 15 Jul, 2003 1 commit
-
-
paul@ice.snake.net authored
-
- 09 Jul, 2003 2 commits
-
-
paul@teton.kitebird.com authored
-
pem@mysql.telia.com authored
One test in subselect.test still wrong. Had to reconstruct all errmsg.txt files completely, since auto-merge made a mess of the lot. :-(
-
- 08 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if the returned error (0) is the same as the one on the master, whereas it shouldn't test this. Plus a new test for BUG#797.
-