lp:maria/5.1
- Get this branch:
- bzr branch lp:maria/5.1
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 3221. By Elena Stepanova
-
Change in the result file merged from 5.1 did not take into account
MariaDB-specific result replacement - 3220. By Elena Stepanova
-
MDEV-750 LP:800035 - intermittent rpl_deadlock_innodb failures
A typo in include file caused the timeout counter to be 10x less than
expected. It was fixed in 5.5.20+ along with a bigger change, now also
fixing in 5.1-5.3. - 3218. By Oleksandr "Sanja" Byelkin
-
MDEV-5717: Server crash with insert statement containing DEFAULT into view
Item_default_
value:: arg can be NULL so walk() should take it into consideration. - 3216. By Sergei Golubchik
-
MDEV-5655 Server crashes on NAME_CONST containing AND/OR expressions
fix the NAME_CONST check to only allow literals, negated literals, and literals with
the explicit collation. - 3214. By Oleksandr "Sanja" Byelkin
-
MDEV-5356: Server crashes in Item_equal:
:contains on 2nd execution of a PS
THD::thd->activate_ stmt_arena_ if_needed( ) should be used to temporary activating statement arena instead of direct usage of THD::set_ n_backup_ active_ arena() because possible such scenario:
1) func1 saves current arena and activates copy1 of statement arena
2) func2 saves copy1 of statement arena setup by func1 and activates copy2
3) some changes made for copy 2
4) func2 stores changed copy2 back to statenet arena and activates copy1
5) func1 store unchanged copy1 back to statemnt arena (rewrite changed copy 2 so changes become lost) and activates arena which was before.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~maria-captains/maria/trunk