Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
create table a (age int);
insert into table a values (34),(4);
repl dump default;
there is a temporary table created as values_tmptable_[nmber], which is also present in the dumped information with only metadata, this should not be processed.