mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix a bunch of non-Linux compile failures.
This commit is contained in:
@ -14828,7 +14828,6 @@ static void test_bug15613()
|
||||
static void test_bug17667()
|
||||
{
|
||||
int rc;
|
||||
myheader("test_bug17667");
|
||||
struct buffer_and_length {
|
||||
const char *buffer;
|
||||
const uint length;
|
||||
@ -14845,6 +14844,8 @@ static void test_bug17667()
|
||||
struct buffer_and_length *statement_cursor;
|
||||
FILE *log_file;
|
||||
|
||||
myheader("test_bug17667");
|
||||
|
||||
for (statement_cursor= statements; statement_cursor->buffer != NULL;
|
||||
statement_cursor++) {
|
||||
rc= mysql_real_query(mysql, statement_cursor->buffer,
|
||||
|
Reference in New Issue
Block a user