Commit fb5ee3ff authored by Michael Widenius's avatar Michael Widenius

Fixed that ma_test_all.sh works

Updated ma_test1 to reflect the change from MDEV-15458 where
ma_write() doesn't update current record position anymore.
parent 86faa98b
......@@ -292,6 +292,11 @@ static int run_test(const char *filename)
if (!silent)
printf("- Updating rows\n");
create_key(key, j);
if ((maria_rkey(file, read_record, 0, key,
HA_WHOLE_KEY, HA_READ_KEY_EXACT)))
printf("Can't find last written row with maria_rkey\n");
/* Update first last row to force extend of file */
if (maria_rsame(file,read_record,-1))
{
......
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