An error occurred fetching the project authors.
- 12 Apr, 2004 1 commit
-
-
monty@mysql.com authored
-
- 09 Apr, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Apr, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed IN subselect with basic constant left expression SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406) fixed multiupdate privelege check (BUG#3408) fixed multiupdate tables check (BUG#3411) unchecked commands now is rejected by PS protocol to avoid serever crash fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
-
- 05 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319) Fixed crash when doing rollback in slave and the io thread catched up with the sql thread Set locked_in_memory properly
-
- 23 Mar, 2004 2 commits
-
-
serg@serg.mylan authored
Bug#1428
-
bell@sanja.is.com.ua authored
-
- 15 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 16 Feb, 2004 2 commits
-
-
monty@mysql.com authored
Fixed that blobs >16M can be inserted/updated Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
-
bell@sanja.is.com.ua authored
-
- 13 Feb, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
(case MY_LEX_USER_VARIABLE_DELIMITER for multichar strings) and my_mbcharlen
-
- 12 Feb, 2004 2 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
"MySQL server does not detect if garbage chara at the end of query" Allow the parser to see the garbage characters. Garbage should cause the parser to report an error.
-
bell@sanja.is.com.ua authored
-
- 10 Feb, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
in sql/sql_lex.cc
-
bell@sanja.is.com.ua authored
-
- 08 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed UNION preparation
-
- 06 Feb, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
2. added automatic quotation of keywords in SHOW CREATE TABLE
-
- 04 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 01 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed BUG#2120 and other problem with EXPLAINing derived tables
-
- 29 Jan, 2004 1 commit
-
-
konstantin@oak.local authored
-
- 21 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 02 Jan, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
(BUG#2089)
-
- 19 Dec, 2003 1 commit
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 18 Nov, 2003 1 commit
-
-
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.
-
- 17 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Nov, 2003 1 commit
-
-
hf@deer.(none) authored
another version of the fix. Here i removed a loop that seems to be superfluous
-
- 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.
-
- 02 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
dependence should mean uncacheability
-
- 30 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
-
- 25 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 16 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-
- 02 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 26 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
After merge fix
-
- 16 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 29 Jul, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
(fixed BUG#943)
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
count HAVING clause elements with select list elements, because agregate function can be present in it (BUG#922) removerd unused loop_id
-