An error occurred fetching the project authors.
- 18 Mar, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
small optimisation in signed_literal
-
- 17 Mar, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
- added unsigned_flag= 1; to Item_uint constructors - removed Item_uint::fix_fields() - added a comment about fix_fields() call
-
bell@sanja.is.com.ua authored
-
- 16 Mar, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 15 Mar, 2004 1 commit
-
-
konstantin@mysql.com authored
COM_EXECUTE packet" and #2795 "prepare + execute without bind_param crashes server" and #2473 "seg fault running tests/client_test.c": - length checking added to packet parser - default impelemntation of Item_param::set_param_func will work in case of malformed packet. No test cases are possible in our test suite, as there are no tests operating on protocol layer.
-
- 03 Mar, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 02 Mar, 2004 1 commit
-
-
konstantin@oak.local authored
reviewed in Saint-Petersbourg (including post-review fixes).
-
- 27 Feb, 2004 1 commit
-
-
lenz@kallisto.local authored
-
- 20 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
strtod from mit-threads is restored and cleaned up
-
- 12 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed UNION preparation
-
- 02 Feb, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
collation is the same with the index collation.
-
- 20 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
Some errorneous code trimmed
-
- 19 Jan, 2004 2 commits
-
-
hf@deer.(none) authored
Item & changed with Item* in Item_xxx constructors tables_list.first -> get_table_list()
-
bar@bar.intranet.mysql.r18.ru authored
-
- 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
-
- 25 Dec, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
Proper Item_cache::setup() method. Code cleanup. (discussed with sanja)
-
- 21 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Fixed bug in ORDER BY on a small column (Bug #2147) Fixed error from pthread_mutex_destroy() when one had wrong errmsg file
-
- 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)
-
- 14 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846) Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812) One can now configure MySQL as windows service as a normal user. (Bug #1802) Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736) IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704) Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983) Safety fix for service 'mysql start' (Bug #1815)
-
- 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
-
-
bell@sanja.is.com.ua authored
temporary table BLOB now is longblob
-
- 23 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 22 Nov, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
We treat Item_param whose value is not set as non-const. This allows us to avoid use of Item_param's value (not yet existing) in those fix_fields and fix_length_and_dec that do calculations if their Items arguments are const. So we can call fix_fields for such items from mysql_prepare safely.
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
The right way to fix this is to change the Field::store(longlong) method to be Field::store(longlong, bool unsigned_flag), but this is better to do in 4.1 than in 4.0
-
- 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.
-
- 16 Nov, 2003 1 commit
-
-
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.
-
- 31 Oct, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 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)
-
- 20 Oct, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 16 Oct, 2003 2 commits
-
-
lenz@kallisto.local authored
patch) (BUG#1440: Redundant class name confusing hpux compiler)
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-
- 12 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
(SCRUM) (WL#1274)
-
- 01 Oct, 2003 1 commit
-
-
hf@deer.(none) authored
there was an error about sendind prepared parameters to the server
-
- 22 Sep, 2003 1 commit
-
-
lenz@kallisto.local authored
cmd-line-utils/readline from the commercial distribution - fixed some copyright headers so mysql-copyright can process them
-
- 02 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 29 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
tmp_table_field() renamed to get_tmp_table_field() to avoid redifinition of tmp_table_field(TABLE *t_arg)
-