1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-maint_11972

into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.1-new-maint_11972
This commit is contained in:
iggy@rolltop.ignatz42.dyndns.org
2006-08-24 15:03:33 -04:00
13 changed files with 72 additions and 21 deletions

View File

@ -14993,8 +14993,6 @@ static void test_bug17667()
DIE("Read error");
}
}
/* Print the line */
printf("%s", line_buffer);
} while (my_memmem(line_buffer, MAX_TEST_QUERY_LENGTH*2,
statement_cursor->buffer, statement_cursor->length) == NULL);