Commit fe0a0bdb authored by unknown's avatar unknown

Fix compiler warnings.

parent 4e2926d9
......@@ -1469,7 +1469,7 @@ class store_key :public Sql_alloc
ptr, null, 1);
}
store_key(store_key &arg)
:null_key(arg.null_key), to_field(arg.to_field),
:Sql_alloc(), null_key(arg.null_key), to_field(arg.to_field),
null_ptr(arg.null_ptr), err(arg.err)
{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment