1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Automerge with 5.1

This commit is contained in:
Michael Widenius
2010-08-25 01:44:50 +03:00
167 changed files with 1625 additions and 925 deletions

View File

@ -106,7 +106,7 @@ extern int skip_big_tests;
@param count The planned number of tests to run.
*/
void plan(int const count);
void plan(int count);
/**
@ -125,7 +125,7 @@ void plan(int const count);
which case nothing is printed.
*/
void ok(int const pass, char const *fmt, ...)
void ok(int pass, char const *fmt, ...)
__attribute__((format(printf,2,3)));