An error occurred fetching the project authors.
- 30 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
Here i added Item_*::cleanup() functions, removed a lot of ~Item_*'s, added code to restore order_list and group_list
-
- 19 Dec, 2003 2 commits
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
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
-
-
New Statement: SHOW [STORAGE] ENGINES New System Variable: storage_engine New mysqld Argument: --default-storage-engine=
-
- 11 Dec, 2003 3 commits
-
-
-
monty@mysql.com authored
mysql_server_init() now returns error code if something went wrong (Bug #2062) Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened. Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062) Fixed bug in UNION statement with alias '*'. (Bug #1249) Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024). FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition. HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385)
-
Allow numeric literals have a sign
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 02 Dec, 2003 2 commits
-
-
-
hf@deer.(none) authored
Second edition: error message was deleted as Segey suggested Now name of the constraint will be used as the name of the key if the last not specified
-
- 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
-
- 25 Nov, 2003 1 commit
-
-
konstantin@oak.local authored
"You can always mysql_real_query a query with placeholders after mysql_prepare()"
-
- 18 Nov, 2003 3 commits
-
-
lenz@kallisto.local authored
-
bell@sanja.is.com.ua 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.
-
- 17 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 03 Nov, 2003 2 commits
-
-
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.
-
bell@sanja.is.com.ua authored
-
- 23 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 22 Oct, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 20 Oct, 2003 2 commits
-
-
serg@serg.mylan authored
code cleanup
-
gluh@gluh.mysql.r18.ru 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)
-
- 15 Oct, 2003 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
harrison@bud.lordblink.com authored
-
- 13 Oct, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Add DISCARD etc. in the keyword: rule of sql_yacc.yy sql_table.cc: Add comment that DISCARD/IMPORT TABLESPACE is always the only clause in an ALTER TABLE
-
heikki@hundin.mysql.fi authored
ALTER TABLE ... DISCARD/IMPORT TABLESPACE Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
-
- 12 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
(SCRUM) (WL#1274)
-
- 08 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
= ANY and <> ALL converted to (NOT) IN to get advantage of IN optimisation
-
- 06 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
fix derived inside subqueries
-
- 05 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
fixed incorrect table name in test
-
- 02 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 16 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
http://bugs.mysql.com/bug.php?id=1129 From: Georg Richter Description: there is a problem with special chars like umlauts in comments
-
- 15 Sep, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
guilhem@gbichot2 authored
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1(a NVARCHAR(10)) This is for compatibility with MSSQL, DB2, Informix and some other DBMSs. Note, standard SQL doesn't have "NVARCHAR" syntax. There are only these syntaxes in SQL2003: NATIONAL VARCHAR NCHAR VARCHAR NATIONAL CHARACTER VARYING NCHAR VARYING - Tests were added for all the above syntaxes.
-
- 13 Sep, 2003 2 commits
-
-
dlenev@dlenev.mshome authored
-
monty@mashka.mysql.fi authored
-
- 12 Sep, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Parse error caused global ORDER BY to be initialized although it should not have been.
-