summaryrefslogtreecommitdiff
path: root/client/insert_test.c
diff options
context:
space:
mode:
authorunknown <peter@mysql.com>2002-10-19 23:18:31 +0400
committerunknown <peter@mysql.com>2002-10-19 23:18:31 +0400
commit48edd0acae1154fce882e68a370fa630b1528390 (patch)
treece2e903012ec410866da6bb9f726df18dccb0029 /client/insert_test.c
parentc69223d9be61030fd263eb028bac834080e43f37 (diff)
downloadmariadb-git-48edd0acae1154fce882e68a370fa630b1528390.tar.gz
More work on secure connection protocol. commited in order to do the sync with new large pushed
bunch. client/insert_test.c: Fix function call client/select_test.c: Fix function call include/mysql_com.h: New flag defined for secure connection handling sql/mysqld.cc: Add flag used for connection sql/sql_acl.cc: Partial code to find out needed connection flag based on password format
Diffstat (limited to 'client/insert_test.c')
-rw-r--r--client/insert_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/insert_test.c b/client/insert_test.c
index 42691df6875..d8ca71bffce 100644
--- a/client/insert_test.c
+++ b/client/insert_test.c
@@ -16,6 +16,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include "my_global.h"
#include "mysql.h"
#define INSERT_QUERY "insert into test (name,num) values ('item %d', %d)"