An error occurred fetching the project authors.
- 23 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
more logical table/index_flags return HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate max_keys and other limits renamed to max_supported_keys/etc max_keys/etc are now wrappers to max_supported_keys/etc ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
-
- 21 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 09 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 15 Apr, 2004 1 commit
-
-
magnus@neptunus.(none) authored
-
- 20 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 18 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
small optimisation in signed_literal
-
- 17 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 20 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 18 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
after merge fix
-
- 17 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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
-
-
bell@sanja.is.com.ua authored
(BUG#2393)
-
- 31 Jan, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
null_ref_key moved to TABLE_REF. new null range created if necessary.
-
- 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)
-
- 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)
-
- 10 Dec, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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.
-
- 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
-
- 23 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 03 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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
dependence should mean uncacheability
-
- 01 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
(test suite will be with next part)
-
- 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 2 commits
-
-
bell@sanja.is.com.ua authored
(BUG#1638)
-
bell@sanja.is.com.ua authored
-
- 19 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)
-
- 08 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 07 Oct, 2003 3 commits
-
-
bell@laptop.sanja.is.com.ua authored
-
monty@narttu.mysql.fi authored
-
bell@laptop.sanja.is.com.ua authored
-