Commit 9b28cbff authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#4729 fix a typo in the handlerton on the mainline that allows one to compile...

#4729 fix a typo in the handlerton on the mainline that allows one to compile without the compression patch refs[t:4729]

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@42409 c7de825b-a66e-492c-adef-691d508d4ae1
parent d28cf8f9
...@@ -6195,7 +6195,7 @@ static inline enum toku_compression_method ...@@ -6195,7 +6195,7 @@ static inline enum toku_compression_method
row_type_to_compression_method(enum row_type type) row_type_to_compression_method(enum row_type type)
{ {
switch (type) { switch (type) {
#if defined(ROW_TUYPE_TOKU_UNCOMPRESSED) #if defined(ROW_TYPE_TOKU_UNCOMPRESSED)
case ROW_TYPE_TOKU_UNCOMPRESSED: case ROW_TYPE_TOKU_UNCOMPRESSED:
return TOKU_NO_COMPRESSION; return TOKU_NO_COMPRESSION;
case ROW_TYPE_TOKU_ZLIB: case ROW_TYPE_TOKU_ZLIB:
......
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