- 29 Sep, 2013 1 commit
-
-
Kentoku SHIBA authored
fix MEDV-4736 Assertion `! is_set()' fails in Diagnostics_area::set_ok_status on UPDATE which violates constraint on a remote table
-
- 24 Sep, 2013 1 commit
-
-
Kentoku SHIBA authored
-
- 18 Sep, 2013 3 commits
-
-
Kentoku SHIBA authored
fix MDEV-4735 Assertion `! is_set()' fails in Diagnostics_area::set_ok_status on attempt to create a temporary SPIDER table connecting to non-existing source
-
Kentoku SHIBA authored
fix MDEV-4738 INSERT DELAYED on a SPIDER table doesn't produce ER_DELAYED_NOT_SUPPORTED, doesn't work like delayed, and doesn't honor lock_wait_timeout like normal INSERT
-
Kentoku SHIBA authored
fix MDEV-4737 Server crashes in spider_mysql_handler::append_match_against on SELECT .. MATCH .. AGAINST .. BOOLEAN MODE
-
- 17 Sep, 2013 1 commit
-
-
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
-
- 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
-
- 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 4 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
-
Sergey Vojtovich authored
Following variables do not require LOCK_open protection anymore: - table_def_cache (renamed to tdc_hash) is protected by rw-lock LOCK_tdc_hash; - table_def_shutdown_in_progress doesn't need LOCK_open protection; - last_table_id use atomics; - TABLE_SHARE::ref_count (renamed to TABLE_SHARE::tdc.ref_count) is protected by TABLE_SHARE::tdc.LOCK_table_share; - TABLE_SHARE::next, ::prev (renamed to tdc.next and tdc.prev), oldest_unused_share, end_of_unused_share are protected by LOCK_unused_shares; - TABLE_SHARE::m_flush_tickets (renamed to tdc.m_flush_tickets) is protected by TABLE_SHARE::tdc.LOCK_table_share; - refresh_version (renamed to tdc_version) use atomics.
-
- 13 Aug, 2013 3 commits
-
-
Olivier Bertrand authored
when deleting one key of a INI table with layout=Row. The same happens for layout=column but this is normal as one line is one section. modified: storage/connect/tabsys.cpp - Should fix a valgrind warning in CHRBLK::GetValPtrEx modified: storage/connect/valblk.cpp
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Complete the merge of magne.mahre@oracle.com-20101102115354-vxcaxminmzglzalk (WL#5185 Remove deprecated 5.1 features)
-