[MDEV-21317] mysqlhotcopy and transaction_registry table Created: 2019-12-13 Updated: 2020-08-22 Resolved: 2020-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.23, 10.4.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Paul Szabo | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | patch, trx-versioning | ||
| Environment: |
Debian |
||
| Description |
|
See also (original report): Using mysqlhotcopy, I received the error: DBD::mysql::db do failed: You can't use locks with log tables at /usr/bin/mysqlhotcopy line 545. (Your line number may differ: I use my "own" mysqlhotcopy, as per This seems related to the new transaction_registry table My patch for this issue, below. Cheers, Paul
– |
| Comments |
| Comment by Aleksey Midenkov [ 2020-02-03 ] |
|
Thanks for the contribution! Pushed to 10.3. |
| Comment by Otto Kekäläinen [ 2020-08-22 ] |
|
Thanks midenok for applying this in https://github.com/mariadb/server/commit/74deeaee342c901c92b91d12033771716a373d8e.patch The commit however states your name as Author, and real Author is only in commit message. Next time when you apply patches on behalf of somebody else, please use `git commit --author "Paul Szabo <psz@maths.usyd.edu.au>"` (or whatever the next author is). Thanks! |