lp:~maria-captains/maria/5.5-noga-hf
- Get this branch:
- bzr branch lp:~maria-captains/maria/5.5-noga-hf
Branch merges
Branch information
Recent revisions
- 4423. By Elena Stepanova
-
MDEV-7519 debian / ubuntu packaging creation of plugin table (if not exists)
Previously IF NOT EXISTS was added in Debian version in revno 3543.
Now added the same for Ubuntu. - 4422. By Alexey Botchkov
-
MDEV-7435 Windows debug: Run-Time Check Failure #3 - The variable 'unused' is being used without being initialized.
Fixed as it's done in 10.0. - 4420. By Jan Lindström
-
MDEV-7538: Wrong constraint (TINYINT or MEDIUMINT and INT)
causes server crashAnalysis: If wrong data types used on foreign constraint there
was possibility that foreign->id is NULL when incorrect
foreign constraint was removed from the dictionary cache.Fix: Add guard foreign->id != NULL before trying to lookup
or remove the foreign constraint from dictionary cache.Tested using user database where problem was repeatable.
- 4418. By Jan Lindström
-
MDEV-7055: MySQL#74664 - InnoDB: Failing assertion: len <= col->len || col->mtype == 5 || (col->len == 0 && col->mtype == 1) in file rem0rec.cc line 845
Debug assertion maybe too strict.
- 4417. By Jan Lindström
-
MDEV-7513: ib_warn_row_too_big dereferences null thd
Analysis: Purge thread does not have thd and no access to
handlerton.Fix: If thd does not exists we use sql_print_warning instead
of push_warning_printf. - 4416. By Sergei Golubchik
-
recreate expired certificates for SSL tests
added a script to regenerate certificates easily in the future (2035!)
restored server8k-key.pem to actually be 8K key, as it was supposed to - 4415. By Oleksandr "Sanja" Byelkin
-
MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names
Backport from mysql 5.7. The patch reviewed, test added.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:maria