Commit ce0e2c82 authored by Sergei Golubchik's avatar Sergei Golubchik

Fix a typo

parent 2732fcc6
......@@ -699,7 +699,7 @@ void vers_select_conds_t::print(String *str, enum_query_type query_type)
{
{ STRING_WITH_LEN("") },
{ STRING_WITH_LEN("TIMESTAMP ") },
{ STRING_WITH_LEN("TRANACTION ") }
{ STRING_WITH_LEN("TRANSACTION ") }
};
switch (type) {
case SYSTEM_TIME_UNSPECIFIED:
......
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