- 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.
-
- 05 Nov, 2003 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 04 Nov, 2003 20 commits
-
-
walrus@mysql.com authored
into mysql.com:/home/walrus/bk/41
-
walrus@kishkin.air.ku.ru authored
Stop line wrapping for compiler warnings. It needs for warnings statistic in code coverage
-
bell@sanja.is.com.ua authored
==2761== Thread 10: ==2761== Conditional jump or move depends on uninitialised value(s) ==2761== at 0x8115FD2: Item_func_uncompressed_length::val_int() (sql_string.h:90) ==2761== by 0x8105658: Arg_comparator::compare_int() (item_cmpfunc.cc:356) and ==2761== Thread 10: ==2761== Conditional jump or move depends on uninitialised value(s) ==2761== at 0x8116101: Item_func_compress::val_str(String*) (sql_string.h:90) ==2761== by 0x80E9193: Item::save_in_field(Field*, bool) (item.cc:1155)
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bell@sanja.is.com.ua authored
==2761== Thread 10: ==2761== Conditional jump or move depends on uninitialised value(s) ==2761== at 0x81913BB: find_best(JOIN*, unsigned long long, unsigned, double, double) (sql_select.cc:2689) ==2761== by 0x8191030: find_best_combination(JOIN*, unsigned long long) (sql_select.cc:2599)
-
bell@sanja.is.com.ua authored
==2761== Thread 10: ==2761== Conditional jump or move depends on uninitialised value(s) ==2761== at 0x818F580: make_join_statistics(JOIN*, st_table_list*, Item*, st_dynamic_array*) (sql_select.cc:1850) ==2761== by 0x818B705: JOIN::optimize() (sql_select.cc:578)
-
pem@mysql.comhem.se authored
as an error message (which is harmless, but confusing when you compare the output from comp_err for different language files).
-
heikki@hundin.mysql.fi authored
Marko's patch to ut_a() fputs
-
hf@deer.(none) authored
-
ram@deer.(none) authored
into deer.(none):/home/ram/work/4.1
-
ram@deer.(none) authored
new comments.
-
monty@mysql.com authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
After merge fixes. Now code compiles, but there is still some valgrind warnings that needs to be fixed
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-print_subselect-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
monty@narttu.mysql.fi authored
-
- 03 Nov, 2003 18 commits
-
-
monty@narttu.mysql.fi authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
fixed a bug in boolean fts where a word queue was created based on min_word_len, while with trunc* operator one could get shorter words
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.0-1724
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-print_subselect-4.1
-
bell@sanja.is.com.ua authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
rli->save_temporary_tables and slave_open_temp_tables (in old 4.0 you could make "SHOW STATUS LIKE 'slave_open_temp_tables'" grow indefinitely by doing RESET SLAVE and replicating always the same CREATE TEMPORARY TABLE). It's critical to reset save_temporary_tables to 0 (otherwise you may later read memory which has been freed) so this changeset should go into 4.1.
-
heikki@hundin.mysql.fi authored
Merge with ibbackup; bug fix: .ibd files were extended 2 x the required amount; InnoDB does not create the small file inno_arch_log... any more at database creation
-
konstantin@mysql.com authored
has changed since 4.0.14' We need to calculate cost of RANGE scan if it is present instead of cost of FULL scan.
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.wl1279
-
serg@serg.mylan authored
-
ram@gw.mysql.r18.ru authored
changes after montys review
-
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
-
bell@sanja.is.com.ua authored
-