Commit 07ce318c authored by sunny's avatar sunny

branches/5.1: This is an interim fix, fix whitepsace issues.

parent c8597d1f
......@@ -4542,17 +4542,17 @@ row_search_autoinc_read_column(
ut_a(len <= sizeof value);
value = mach_read_int_type(data, len, unsigned_type);
break;
case DATA_FLOAT:
ut_a(len == sizeof(float));
value = mach_float_read(data);
break;
case DATA_DOUBLE:
ut_a(len == sizeof(double));
value = mach_double_read(data);
break;
default:
ut_error;
}
......
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