1
0
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:
knielsen@mysql.com
2006-05-02 09:19:54 +02:00
parent aaf2c26e01
commit f0341ac431
5 changed files with 50 additions and 4 deletions

View File

@ -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,