mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
BuildBot bug fix for invisible columns
This commit is contained in:
committed by
Sachin Setiya
parent
022b163ac8
commit
c90db2c8be
@ -138,7 +138,7 @@ Key::Key(const Key &rhs, MEM_ROOT *mem_root)
|
||||
columns(rhs.columns, mem_root),
|
||||
name(rhs.name),
|
||||
option_list(rhs.option_list),
|
||||
generated(rhs.generated)
|
||||
generated(rhs.generated), invisible(false)
|
||||
{
|
||||
list_copy_and_replace_each_value(columns, mem_root);
|
||||
}
|
||||
|
Reference in New Issue
Block a user