[MDEV-13209] Cross-database operation with virtual columns fails Created: 2017-06-29 Updated: 2017-07-05 Resolved: 2017-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Virtual Columns |
| Affects Version/s: | 10.2.6, 10.2 |
| Fix Version/s: | 10.2.7 |
| Type: | Bug | Priority: | Critical |
| Reporter: | sysdljr | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.7 |
||
| Description |
|
Hi, all our product server consist of a master and two slaves: use table structure:
on master, after execute alter statement , slave1 could normal run.
but ,on slave2, slave stop run ,and have some error in error log:
if manual execute ALTER TABLE `dba`.`event_time` ADD INDEX (`startime`) on slave2, it could normal run. |
| Comments |
| Comment by Elena Stepanova [ 2017-06-29 ] | ||||||||||||||||||||||||
|
Thanks for the report. It is indeed a bug. The problem triggered by default database being empty. In a more general case, it can be a cross-database operation.
10.1 works okay. | ||||||||||||||||||||||||
| Comment by sysdljr [ 2017-06-30 ] | ||||||||||||||||||||||||
|
ok, Thank you rapid confirm and reply. |