- 17 Sep, 2013 2 commits
-
-
Sergey Vojtovich authored
MDEV-4949 - Spider engine causes compilation errors if compiled without partitioning
-
Kentoku SHIBA authored
-
- 16 Sep, 2013 6 commits
-
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
- 13 Sep, 2013 1 commit
-
-
Sergey Vojtovich authored
Do not attempt to create innodb_index_stats and innodb_table_stats if InnoDB is not available.
-
- 12 Sep, 2013 1 commit
-
-
Alexander Barkov authored
Moving the code int Item_func_regex::fix_length_and_dec(). modified: sql/item_cmpfunc.cc sql/item_cmpfunc.h
-
- 11 Sep, 2013 2 commits
-
-
unknown authored
An empty string processing added to mariadb_dyncol_column_count().
-
unknown authored
Dynamic columns unittest fix. Correct processing of empty string added to creation dynamic string procedure List function of numeric format fixed when empty string passed. Unit test calls changed to new ones. Unit test added to cmake file.
-
- 04 Sep, 2013 1 commit
-
-
Sergey Vojtovich authored
MDEV4732 - Server crashes on attempt to create a SPIDER table with a wrong version of mysql.spider_tables MDEV4733 - Server crashes on attempt to change engine on a SPIDER table
-
- 03 Sep, 2013 1 commit
-
-
Sergey Vojtovich authored
Merged missing changes from revision alexander.nozdrin@oracle.com-20111219114211-49pqi0wfs9p4o9yi
-
- 30 Aug, 2013 1 commit
-
-
Sergei Golubchik authored
-
- 24 Aug, 2013 11 commits
-
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
- 23 Aug, 2013 1 commit
-
-
Jan Lindström authored
MDEV-4133: Review InnoDB tablespace allocation patch by Toshikuni Fukaya. If innodb_use_posix_fallocate is set we use posix_fallocate call to extent tablespace allocation instead of pwrite.
-
- 22 Aug, 2013 2 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
modified: storage/connect/tabxml.h
-
- 21 Aug, 2013 1 commit
-
-
Michael Widenius authored
-
- 16 Aug, 2013 1 commit
-
-
Alexander Barkov authored
-
- 15 Aug, 2013 6 commits
-
-
Sergey Vojtovich authored
failed in TABLE_SHARE* tdc_acquire_share(THD*, const char*, const char*, const char*, uint, uint, TABLE**) Removed false assertions. When multiple threads acquire the same previously unused share, only one thread shall remove share from unused list (the one that has was_unused == true). Other threads will ignore this step and may continue even if share is not yet removed from unused list.
-
Sergey Vojtovich authored
Added partition_exchange test. Do not set HA_OPTION_PACK_RECORD for InnoDB specific row formats (e.g. COMPACT, REDUNDANT). Adjusted mysql_compare_tables() accordingly.
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Sergei Golubchik authored
sql/sql_partition_admin.cc: compilation failures w/o partitioning
-
Alexander Barkov authored
-
- 14 Aug, 2013 3 commits
-
-
Sergei Golubchik authored
-
Olivier Bertrand authored
information function. This solve the problem of uninitialised zone that was detected by valgrind. modified: storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/tabfmt.cpp storage/connect/tabutil.cpp storage/connect/tabwmi.cpp
-
Sergey Vojtovich authored
-