diff options
author | unknown <peter@mysql.com> | 2002-10-19 23:18:31 +0400 |
---|---|---|
committer | unknown <peter@mysql.com> | 2002-10-19 23:18:31 +0400 |
commit | 48edd0acae1154fce882e68a370fa630b1528390 (patch) | |
tree | ce2e903012ec410866da6bb9f726df18dccb0029 /client/select_test.c | |
parent | c69223d9be61030fd263eb028bac834080e43f37 (diff) | |
download | mariadb-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/select_test.c')
-rw-r--r-- | client/select_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/select_test.c b/client/select_test.c index ee2a9192865..d7f18c0f1f0 100644 --- a/client/select_test.c +++ b/client/select_test.c @@ -19,6 +19,7 @@ #endif #include <stdio.h> #include <stdlib.h> +#include "my_global.h" #include "mysql.h" #define SELECT_QUERY "select name from test where num = %d" |