- 23 Sep, 2013 2 commits
-
-
Alexander Barkov authored
-
Sergey Vojtovich authored
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 MDEV-4737 - Server crashes in spider_mysql_handler::append_match_against on SELECT .. MATCH .. AGAINST .. BOOLEAN MODE 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
-
- 20 Sep, 2013 1 commit
-
-
Sergey Vojtovich authored
- merged test cases for MySQL bug#27480 - fixed that LOCK TABLES was unable to open temporary table (covered by grant2 test, merged appropriate code from 5.6) - commented lines that cause server crash in merge test, reported MDEV-5042 (not relevant to bug#27480)
-
- 21 Sep, 2013 3 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
-
- 20 Sep, 2013 1 commit
-
-
Sergei Golubchik authored
-
- 19 Sep, 2013 6 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
read also [mariadb_safe] section. modify the manpage accordingly (and remove a netware-specific option from it)
-
Sergei Golubchik authored
MDEV-5035 debian package conflict libmariadbclient18 5.5.33+maria-1~wheezy vs. mariadb-server-5.3 5.3.12-mariadb122~wheezy
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 18 Sep, 2013 9 commits
-
-
Sergei Golubchik authored
-
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
-
Sergei Golubchik authored
Don't fail when an frm is inconsistent (legacy DB_TYPE_xxx code doesn't match the engine name), use the engine name, ignore the legacy code.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
Merged main.host_cache_size_functionality test. Test had to be adjusted because MariaDB doesn't have MySQL variables auto-tuning code.
-
Sergei Golubchik authored
don't set TABLE_SHARE::keys before TABLE_SHARE::key_info is set, otherwise an error might leave only the first property set and it will confuse TABLE_SHARE::destroy()
-
- 17 Sep, 2013 7 commits
-
-
unknown authored
Fix of API of dynamic columns (it made uniform and real function used to free the string).
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
MDEV-4949 - Spider engine causes compilation errors if compiled without partitioning
-
Sergey Vojtovich authored
-
Kentoku SHIBA authored
-
Sergey Vojtovich authored
-
- 16 Sep, 2013 11 commits
-
-
Sergei Golubchik authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Kentoku SHIBA authored
-
Sergey Vojtovich authored
- issue proper error message if query id is not found - do not allow kill query id 0 - fixed ps-protocol and embedded tests
-
Alexander Barkov authored
pending merges: Alexander Barkov 2013-09-16 backport from 10.0
-
Alexander Barkov authored
mtr can crash occasionally. This happens when mtr sends to a child mtr process (or vice-versa) a packet, that gets truncated or, perhaps, split in two. Then the other side cannot deserialize it and fails as above.
-
Alexander Barkov authored
-