Commit 5e84318d authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix debug build

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@43074 c7de825b-a66e-492c-adef-691d508d4ae1
parent c73e7986
......@@ -6618,6 +6618,7 @@ row_format_to_row_type(srv_row_format_t row_format)
case SRV_ROW_FORMAT_DEFAULT:
return ROW_TYPE_DEFAULT;
}
assert(0); return ROW_TYPE_DEFAULT;;
}
//
......
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