Skip to content

Commit 618fb33

Browse files
committed
Fix Windows failing tests because m_opts_mask was not present on copy
constructor
1 parent b5793e5 commit 618fb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devapi/table_crud.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ class Op_ViewCreateAlter
513513
, m_security (other.m_security )
514514
, m_algorithm (other.m_algorithm )
515515
, m_definer (other.m_definer )
516+
, m_opts_mask (other.m_opts_mask )
516517
{
517518
if (other.m_table_select.get() != NULL)
518519
{

0 commit comments

Comments
 (0)