[MDEV-19842] Crash while creating statistics for Spider table Created: 2019-06-23 Updated: 2021-12-26 Resolved: 2019-07-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.4.6 |
| Fix Version/s: | 10.4.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Kentoku Shiba (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||||||
| Description |
|
A user is seeing the following crash after upgrading to MariaDB 10.4.6:
Is this crash caused by the fix for |
| Comments |
| Comment by Kentoku Shiba (Inactive) [ 2019-06-24 ] |
|
GeoffMontee |
| Comment by Jiravit Supavatanangura [ 2019-06-24 ] |
|
@Kentoku where can i find install_spider.sql? |
| Comment by Jiravit Supavatanangura [ 2019-06-24 ] |
|
Also, please note that this is on Ubuntu Xenial. From my understanding, on deb-based systems, Spider comes in a separate package, which has properly installed in this case. Do I still need to run install_spider.sql? |
| Comment by Kentoku Shiba (Inactive) [ 2019-06-24 ] |
|
jiravit alter table mysql.spider_table_sts add column checksum bigint unsigned default null after update_time; Please execute "show create table mysql.spider_table_sts". If the table has "checksum" column, it is the latest and no need to execute install_spider.sql. |
| Comment by Jiravit Supavatanangura [ 2019-06-24 ] |
|
kentoku That fixed it! After manually altering the table, I was able to run mysql_upgrade successfully. The problem has been resolved. Thanks, |
| Comment by Kentoku Shiba (Inactive) [ 2019-06-24 ] |
|
jiravit I just added checks for checking out such a issue without crash. In the other hand, I couldn't find any installer issue so far. Anyway, I would like to fix this by merging install_spider.sql into Spider. |
| Comment by Geoff Montee (Inactive) [ 2019-06-24 ] |
|
Hi Kentoku,
You might be interested in a feature request that I just created. See |
| Comment by Kentoku Shiba (Inactive) [ 2019-06-26 ] |
|
GeoffMontee Please check it. |
| Comment by Geoff Montee (Inactive) [ 2019-06-26 ] |
|
Hi Kentoku, That's cool. I don't have the time to test it, but if you say that it works properly, then that sounds like a good improvement. |
| Comment by Kentoku Shiba (Inactive) [ 2019-07-02 ] |
|
willhan |
| Comment by willhan [ 2019-07-05 ] |
|
kentoku |
| Comment by Kentoku Shiba (Inactive) [ 2019-07-06 ] |
|
Oh, ok. Thank you for checking. |