[MDEV-20101] Assertion failure on select @@global.'m2'.replicate_ignore_table; Created: 2019-07-19 Updated: 2019-08-05 Resolved: 2019-08-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.3.8, 10.4.0 |
| Fix Version/s: | 10.3.18, 10.4.8 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Marko Mäkelä | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | crash, regression | ||
| Issue Links: |
|
||||||||
| Description |
|
The following statement by itself in a test file will crash the server:
I narrowed down the crash to this commit that implemented
Note: this change narrowly missed the 10.3.7 release, even though the version string says 10.3.7. This bug was accidentally found by merging the test multi_source.mdev-8874 from 10.2 to 10.3. That test will be disabled in 10.3+ until this bug has been fixed. Please remember to re-enable the test as part of fixing this. |
| Comments |
| Comment by Alexander Barkov [ 2019-08-05 ] | ||
|
Repeatable with this script executed in the `mysql` command line:
|