An error occurred fetching the project authors.
- 23 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
dropping of tables added to the testcase
-
- 18 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 16 Mar, 2004 3 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
ram@gw.mysql.r18.ru authored
-
- 17 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 14 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 05 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 04 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
(BUG#2393)
-
- 30 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 28 Jan, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
The problem was that memory was free'd, but it was referenced later. This free was unneccessary anyway, because join_free() / JOIN::cleanup takes care of this later on. Added test case into t/subselect.test for it. Regards, Jani
-
- 19 Jan, 2004 2 commits
-
-
monty@mysql.com authored
Fixed bug in optimizer where it didn't choose right table order in some cases
-
ram@gw.mysql.r18.ru authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 06 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
This bug happens when a query, having subselects in the fields list, needs temporary table. Item_subselect::get_tmp_table_item isn't implemented and just returns *this. So the tmp_table_item takes value not from temporary but from original table.
-
- 27 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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
-
- 15 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
(BUG#1839)
-
- 02 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
all calls of fix_fields() are inspected (copy of cset which I lost in accidatly tree delete)
-
bell@sanja.is.com.ua authored
tests with innodb moved to separate file
-
- 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)
-
- 26 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
code cleanup
-
- 23 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
(BUG#1638)
-
- 19 Oct, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
- correct table name shown in EXPLAIN Iindex reference) - pointer on freed memmory (reallocation of table name in reusing table entry) can't be used in EXPLAIN (BUG#1584)
-
bell@sanja.is.com.ua authored
-
- 17 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 16 Oct, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
(BUG#1444)
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-
- 11 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 10 Oct, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
saving/restoring join_tab array (to save it of chnging by create_sort_index() before reexecuting) (BUG#1523)
-
- 08 Oct, 2003 2 commits
-
-
bell@laptop.sanja.is.com.ua authored
= ANY and <> ALL converted to (NOT) IN to get advantage of IN optimisation
-
bell@laptop.sanja.is.com.ua authored
-
- 06 Oct, 2003 2 commits
-
-
bell@laptop.sanja.is.com.ua authored
-
bell@laptop.sanja.is.com.ua authored
fix derived inside subqueries
-
- 30 Sep, 2003 1 commit
-
-
paul@teton.kitebird.com authored
-
- 20 Sep, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-