Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4ad8ef06
Commit
4ad8ef06
authored
Sep 23, 2009
by
Mats Kindahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#5016: Fix header file include guards
Adding header include file guards to files that are missing such.
parent
8f35f7c9
Changes
83
Hide whitespace changes
Inline
Side-by-side
Showing
83 changed files
with
377 additions
and
6 deletions
+377
-6
client/my_readline.h
client/my_readline.h
+5
-0
client/sql_string.h
client/sql_string.h
+5
-0
include/atomic/gcc_builtins.h
include/atomic/gcc_builtins.h
+5
-0
include/atomic/nolock.h
include/atomic/nolock.h
+4
-0
include/atomic/rwlock.h
include/atomic/rwlock.h
+4
-0
include/atomic/x86-gcc.h
include/atomic/x86-gcc.h
+4
-0
include/config-win.h
include/config-win.h
+5
-0
include/errmsg.h
include/errmsg.h
+4
-0
include/help_end.h
include/help_end.h
+4
-0
include/help_start.h
include/help_start.h
+4
-0
include/my_aes.h
include/my_aes.h
+5
-0
include/my_atomic.h
include/my_atomic.h
+4
-0
include/my_bit.h
include/my_bit.h
+5
-0
include/my_libwrap.h
include/my_libwrap.h
+4
-0
include/my_md5.h
include/my_md5.h
+5
-0
include/my_no_pthread.h
include/my_no_pthread.h
+5
-3
include/my_uctype.h
include/my_uctype.h
+4
-0
include/myisampack.h
include/myisampack.h
+4
-0
include/mysql_embed.h
include/mysql_embed.h
+4
-0
include/rijndael.h
include/rijndael.h
+5
-0
include/sha1.h
include/sha1.h
+5
-0
include/sql_common.h
include/sql_common.h
+4
-0
include/sslopt-case.h
include/sslopt-case.h
+4
-0
include/sslopt-longopts.h
include/sslopt-longopts.h
+4
-0
include/sslopt-vars.h
include/sslopt-vars.h
+4
-0
libmysql/client_settings.h
libmysql/client_settings.h
+6
-0
mysys/my_handler_errors.h
mysys/my_handler_errors.h
+3
-0
mysys/my_static.h
mysys/my_static.h
+5
-0
sql/authors.h
sql/authors.h
+5
-0
sql/client_settings.h
sql/client_settings.h
+6
-0
sql/contributors.h
sql/contributors.h
+5
-0
sql/field.h
sql/field.h
+5
-0
sql/gstream.h
sql/gstream.h
+5
-0
sql/ha_ndbcluster.h
sql/ha_ndbcluster.h
+5
-0
sql/ha_ndbcluster_binlog.h
sql/ha_ndbcluster_binlog.h
+5
-0
sql/ha_ndbcluster_cond.h
sql/ha_ndbcluster_cond.h
+5
-0
sql/ha_ndbcluster_tables.h
sql/ha_ndbcluster_tables.h
+5
-0
sql/ha_partition.h
sql/ha_partition.h
+5
-0
sql/handler.h
sql/handler.h
+4
-0
sql/item.h
sql/item.h
+5
-0
sql/item_cmpfunc.h
sql/item_cmpfunc.h
+5
-0
sql/item_func.h
sql/item_func.h
+4
-0
sql/item_geofunc.h
sql/item_geofunc.h
+4
-0
sql/item_row.h
sql/item_row.h
+5
-0
sql/item_strfunc.h
sql/item_strfunc.h
+4
-0
sql/item_subselect.h
sql/item_subselect.h
+4
-1
sql/item_sum.h
sql/item_sum.h
+5
-0
sql/item_timefunc.h
sql/item_timefunc.h
+5
-0
sql/item_xmlfunc.h
sql/item_xmlfunc.h
+4
-0
sql/lex.h
sql/lex.h
+5
-0
sql/message.h
sql/message.h
+7
-0
sql/mysqld_suffix.h
sql/mysqld_suffix.h
+4
-0
sql/nt_servc.h
sql/nt_servc.h
+5
-0
sql/partition_element.h
sql/partition_element.h
+5
-0
sql/partition_info.h
sql/partition_info.h
+5
-0
sql/procedure.h
sql/procedure.h
+5
-0
sql/protocol.h
sql/protocol.h
+4
-0
sql/repl_failsafe.h
sql/repl_failsafe.h
+4
-0
sql/scheduler.h
sql/scheduler.h
+5
-0
sql/set_var.h
sql/set_var.h
+5
-0
sql/sql_acl.h
sql/sql_acl.h
+4
-0
sql/sql_analyse.h
sql/sql_analyse.h
+5
-0
sql/sql_array.h
sql/sql_array.h
+4
-0
sql/sql_class.h
sql/sql_class.h
+4
-0
sql/sql_crypt.h
sql/sql_crypt.h
+5
-0
sql/sql_lex.h
sql/sql_lex.h
+4
-0
sql/sql_map.h
sql/sql_map.h
+5
-0
sql/sql_partition.h
sql/sql_partition.h
+4
-0
sql/sql_repl.h
sql/sql_repl.h
+4
-0
sql/sql_select.h
sql/sql_select.h
+4
-0
sql/sql_servers.h
sql/sql_servers.h
+5
-0
sql/sql_sort.h
sql/sql_sort.h
+5
-0
sql/sql_string.h
sql/sql_string.h
+5
-0
sql/sql_trigger.h
sql/sql_trigger.h
+4
-0
sql/sql_udf.h
sql/sql_udf.h
+4
-0
sql/sql_view.h
sql/sql_view.h
+4
-0
sql/structs.h
sql/structs.h
+5
-0
sql/table.h
sql/table.h
+4
-0
sql/tzfile.h
sql/tzfile.h
+5
-0
sql/tztime.h
sql/tztime.h
+4
-0
sql/unireg.h
sql/unireg.h
+3
-2
strings/strings-not-used.h
strings/strings-not-used.h
+4
-0
vio/vio_priv.h
vio/vio_priv.h
+4
-0
No files found.
client/my_readline.h
View file @
4ad8ef06
#ifndef CLIENT_MY_READLINE_INCLUDED
#define CLIENT_MY_READLINE_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -31,3 +34,5 @@ extern LINE_BUFFER *batch_readline_init(ulong max_size,FILE *file);
extern
LINE_BUFFER
*
batch_readline_command
(
LINE_BUFFER
*
buffer
,
char
*
str
);
extern
char
*
batch_readline
(
LINE_BUFFER
*
buffer
,
bool
*
truncated
);
extern
void
batch_readline_end
(
LINE_BUFFER
*
buffer
);
#endif
/* CLIENT_MY_READLINE_INCLUDED */
client/sql_string.h
View file @
4ad8ef06
#ifndef CLIENT_SQL_STRING_INCLUDED
#define CLIENT_SQL_STRING_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -353,3 +356,5 @@ class String
return
(
s
->
alloced
&&
Ptr
>=
s
->
Ptr
&&
Ptr
<
s
->
Ptr
+
s
->
str_length
);
}
};
#endif
/* CLIENT_SQL_STRING_INCLUDED */
include/atomic/gcc_builtins.h
View file @
4ad8ef06
#ifndef ATOMIC_GCC_BUILTINS_INCLUDED
#define ATOMIC_GCC_BUILTINS_INCLUDED
/* Copyright (C) 2008 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -31,3 +34,5 @@
#define make_atomic_store_body(S) \
(void) __sync_lock_test_and_set(a, v);
#endif
#endif
/* ATOMIC_GCC_BUILTINS_INCLUDED */
include/atomic/nolock.h
View file @
4ad8ef06
#ifndef ATOMIC_NOLOCK_INCLUDED
#define ATOMIC_NOLOCK_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -42,3 +45,4 @@ typedef struct { } my_atomic_rwlock_t;
#endif
#endif
/* ATOMIC_NOLOCK_INCLUDED */
include/atomic/rwlock.h
View file @
4ad8ef06
#ifndef ATOMIC_RWLOCK_INCLUDED
#define ATOMIC_RWLOCK_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -46,3 +49,4 @@ typedef struct {pthread_rwlock_t rw;} my_atomic_rwlock_t;
#define make_atomic_load_body(S) ret= *a;
#define make_atomic_store_body(S) *a= v;
#endif
/* ATOMIC_RWLOCK_INCLUDED */
include/atomic/x86-gcc.h
View file @
4ad8ef06
#ifndef ATOMIC_X86_GCC_INCLUDED
#define ATOMIC_X86_GCC_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -56,3 +59,4 @@
asm volatile ("; xchg %0, %1;" : "+m" (*a) : "r" (v))
#endif
#endif
/* ATOMIC_X86_GCC_INCLUDED */
include/config-win.h
View file @
4ad8ef06
#ifndef CONFIG_WIN_INCLUDED
#define CONFIG_WIN_INCLUDED
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -410,3 +413,5 @@ inline ulonglong double2ulonglong(double d)
#define HAVE_UCA_COLLATIONS 1
#define HAVE_BOOL 1
#endif
/* CONFIG_WIN_INCLUDED */
include/errmsg.h
View file @
4ad8ef06
#ifndef ERRMSG_INCLUDED
#define ERRMSG_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -100,3 +103,4 @@ extern const char *client_errors[]; /* Error messages */
#define CR_ERROR_LAST
/*Copy last error nr:*/
2057
/* Add error numbers before CR_ERROR_LAST and change it accordingly. */
#endif
/* ERRMSG_INCLUDED */
include/help_end.h
View file @
4ad8ef06
#ifndef HELP_END_INCLUDED
#define HELP_END_INCLUDED
/* Copyright (C) 2004-2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -20,3 +23,4 @@
#undef fputc
#undef putchar
#endif
#endif
/* HELP_END_INCLUDED */
include/help_start.h
View file @
4ad8ef06
#ifndef HELP_START_INCLUDED
#define HELP_START_INCLUDED
/* Copyright (C) 2004-2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -22,3 +25,4 @@
#define fputc(s,f) consoleprintf("%c", s)
#define putchar(s) consoleprintf("%c", s)
#endif
#endif
/* HELP_START_INCLUDED */
include/my_aes.h
View file @
4ad8ef06
#ifndef MY_AES_INCLUDED
#define MY_AES_INCLUDED
/* Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -63,3 +66,5 @@ int my_aes_decrypt(const char *source, int source_length, char *dest,
int
my_aes_get_size
(
int
source_length
);
C_MODE_END
#endif
/* MY_AES_INCLUDED */
include/my_atomic.h
View file @
4ad8ef06
#ifndef MY_ATOMIC_INCLUDED
#define MY_ATOMIC_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -140,3 +143,4 @@ extern int my_atomic_initialize();
#endif
#endif
/* MY_ATOMIC_INCLUDED */
include/my_bit.h
View file @
4ad8ef06
#ifndef MY_BIT_INCLUDED
#define MY_BIT_INCLUDED
/*
Some useful bit functions
*/
...
...
@@ -107,3 +110,5 @@ extern uint my_count_bits(ulonglong v);
extern
uint
my_count_bits_ushort
(
ushort
v
);
#endif
/* HAVE_INLINE */
C_MODE_END
#endif
/* MY_BIT_INCLUDED */
include/my_libwrap.h
View file @
4ad8ef06
#ifndef MY_LIBWRAP_INCLUDED
#define MY_LIBWRAP_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -25,3 +28,4 @@ extern int my_hosts_access(struct request_info *req);
extern
char
*
my_eval_client
(
struct
request_info
*
req
);
#endif
/* HAVE_LIBWRAP */
#endif
/* MY_LIBWRAP_INCLUDED */
include/my_md5.h
View file @
4ad8ef06
#ifndef MY_MD5_INCLUDED
#define MY_MD5_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -52,3 +55,5 @@ do { \
my_MD5Update (&ctx, buf, len); \
my_MD5Final (digest, &ctx); \
} while (0)
#endif
/* MY_MD__INCLUDED */
include/my_no_pthread.h
View file @
4ad8ef06
#ifndef MY_NO_PTHREAD_INCLUDED
#define MY_NO_PTHREAD_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -14,9 +17,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#if !defined(_my_no_pthread_h) && !defined(THREAD)
#define _my_no_pthread_h
#ifndef THREAD
/*
This block is to access some thread-related type definitions
...
...
@@ -48,3 +49,4 @@
#define rwlock_destroy(A)
#endif
#endif
/* MY_NO_PTHREAD_INCLUDED */
include/my_uctype.h
View file @
4ad8ef06
#ifndef MY_UCTYPE_INCLUDED
#define MY_UCTYPE_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -1477,3 +1480,4 @@ MY_UNI_CTYPE my_uni_ctype[256]={
};
#endif
/* MY_UCTYPE_INCLUDED */
include/myisampack.h
View file @
4ad8ef06
#ifndef MYISAMPACK_INCLUDED
#define MYISAMPACK_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -236,3 +239,4 @@
mi_int4store(((T) + 4), A); }}
#define mi_sizekorr(T) mi_uint4korr((uchar*) (T) + 4)
#endif
#endif
/* MYISAMPACK_INCLUDED */
include/mysql_embed.h
View file @
4ad8ef06
#ifndef MYSQL_EMBED_INCLUDED
#define MYSQL_EMBED_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -28,3 +31,4 @@
#define DONT_USE_RAID
#endif
/* EMBEDDED_LIBRARY */
#endif
/* MYSQL_EMBED_INCLUDED */
include/rijndael.h
View file @
4ad8ef06
#ifndef RIJNDAEL_INCLUDED
#define RIJNDAEL_INCLUDED
/* Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -39,3 +42,5 @@ void rijndaelEncrypt(const uint32 rk[/*4*(Nr + 1)*/], int Nr,
const
uint8
pt
[
16
],
uint8
ct
[
16
]);
void
rijndaelDecrypt
(
const
uint32
rk
[
/*4*(Nr + 1)*/
],
int
Nr
,
const
uint8
ct
[
16
],
uint8
pt
[
16
]);
#endif
/* RIJNDAEL_INCLUDED */
include/sha1.h
View file @
4ad8ef06
#ifndef SHA1_INCLUDED
#define SHA1_INCLUDED
/* Copyright (C) 2002, 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -64,3 +67,5 @@ int mysql_sha1_input(SHA1_CONTEXT*, const uint8 *, unsigned int);
int
mysql_sha1_result
(
SHA1_CONTEXT
*
,
uint8
Message_Digest
[
SHA1_HASH_SIZE
]);
C_MODE_END
#endif
/* SHA__INCLUDED */
include/sql_common.h
View file @
4ad8ef06
#ifndef SQL_COMMON_INCLUDED
#define SQL_COMMON_INCLUDED
/* Copyright (C) 2003-2004, 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -48,3 +51,4 @@ void set_mysql_error(MYSQL *mysql, int errcode, const char *sqlstate);
#define protocol_41(A) ((A)->server_capabilities & CLIENT_PROTOCOL_41)
#endif
/* SQL_COMMON_INCLUDED */
include/sslopt-case.h
View file @
4ad8ef06
#ifndef SSLOPT_CASE_INCLUDED
#define SSLOPT_CASE_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -26,3 +29,4 @@
opt_use_ssl
=
1
;
break
;
#endif
#endif
/* SSLOPT_CASE_INCLUDED */
include/sslopt-longopts.h
View file @
4ad8ef06
#ifndef SSLOPT_LONGOPTS_INCLUDED
#define SSLOPT_LONGOPTS_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -43,3 +46,4 @@
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#endif
#endif
/* HAVE_OPENSSL */
#endif
/* SSLOPT_LONGOPTS_INCLUDED */
include/sslopt-vars.h
View file @
4ad8ef06
#ifndef SSLOPT_VARS_INCLUDED
#define SSLOPT_VARS_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -29,3 +32,4 @@ SSL_STATIC char *opt_ssl_key = 0;
SSL_STATIC
my_bool
opt_ssl_verify_server_cert
=
0
;
#endif
#endif
#endif
/* SSLOPT_VARS_INCLUDED */
libmysql/client_settings.h
View file @
4ad8ef06
...
...
@@ -13,6 +13,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef CLIENT_SETTINGS_INCLUDED
#define CLIENT_SETTINGS_INCLUDED
#else
#error You have already included an client_settings.h and it should not be included twice
#endif
/* CLIENT_SETTINGS_INCLUDED */
extern
uint
mysql_port
;
extern
char
*
mysql_unix_port
;
...
...
mysys/my_handler_errors.h
View file @
4ad8ef06
#ifndef MYSYS_MY_HANDLER_ERRORS_INCLUDED
#define MYSYS_MY_HANDLER_ERRORS_INCLUDED
/*
Errors a handler can give you
...
...
@@ -66,3 +68,4 @@ static const char *handler_error_messages[]=
"Too many active concurrent transactions"
};
#endif
/* MYSYS_MY_HANDLER_ERRORS_INCLUDED */
mysys/my_static.h
View file @
4ad8ef06
#ifndef MYSYS_MY_STATIC_INCLUDED
#define MYSYS_MY_STATIC_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -72,3 +75,5 @@ extern ulonglong query_performance_frequency, query_performance_offset;
extern
sigset_t
my_signals
;
/* signals blocked by mf_brkhant */
#endif
C_MODE_END
#endif
/* MYSYS_MY_STATIC_INCLUDED */
sql/authors.h
View file @
4ad8ef06
#ifndef AUTHORS_INCLUDED
#define AUTHORS_INCLUDED
/* Copyright (C) 2005-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -150,3 +153,5 @@ struct show_table_authors_st show_table_authors[]= {
"SHA1(), AES_ENCRYPT(), AES_DECRYPT(), bug fixing"
},
{
NULL
,
NULL
,
NULL
}
};
#endif
/* AUTHORS_INCLUDED */
sql/client_settings.h
View file @
4ad8ef06
...
...
@@ -14,6 +14,12 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef CLIENT_SETTINGS_INCLUDED
#define CLIENT_SETTINGS_INCLUDED
#else
#error You have already included an client_settings.h and it should not be included twice
#endif
/* CLIENT_SETTINGS_INCLUDED */
#include <thr_alarm.h>
#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | \
...
...
sql/contributors.h
View file @
4ad8ef06
#ifndef CONTRIBUTORS_INCLUDED
#define CONTRIBUTORS_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -37,3 +40,5 @@ struct show_table_contributors_st show_table_contributors[]= {
{
"Mark Shuttleworth"
,
"London, UK."
,
"EFF contribution for UC2006 Auction"
},
{
NULL
,
NULL
,
NULL
}
};
#endif
/* CONTRIBUTORS_INCLUDED */
sql/field.h
View file @
4ad8ef06
#ifndef FIELD_INCLUDED
#define FIELD_INCLUDED
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -2180,3 +2183,5 @@ int set_field_to_null_with_conversions(Field *field, bool no_conversions);
#define f_no_default(x) (x & FIELDFLAG_NO_DEFAULT)
#define f_bit_as_char(x) ((x) & FIELDFLAG_TREAT_BIT_AS_CHAR)
#define f_is_hex_escape(x) ((x) & FIELDFLAG_HEX_ESCAPE)
#endif
/* FIELD_INCLUDED */
sql/gstream.h
View file @
4ad8ef06
#ifndef GSTREAM_INCLUDED
#define GSTREAM_INCLUDED
/* Copyright (C) 2000-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -73,3 +76,5 @@ class Gis_read_stream
char
*
m_err_msg
;
CHARSET_INFO
*
m_charset
;
};
#endif
/* GSTREAM_INCLUDED */
sql/ha_ndbcluster.h
View file @
4ad8ef06
#ifndef HA_NDBCLUSTER_INCLUDED
#define HA_NDBCLUSTER_INCLUDED
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -581,3 +584,5 @@ static const int ndbcluster_hton_name_length=sizeof(ndbcluster_hton_name)-1;
extern
int
ndbcluster_terminating
;
extern
int
ndb_util_thread_running
;
extern
pthread_cond_t
COND_ndb_util_ready
;
#endif
/* HA_NDBCLUSTER_INCLUDED */
sql/ha_ndbcluster_binlog.h
View file @
4ad8ef06
#ifndef HA_NDBCLUSTER_BINLOG_INCLUDED
#define HA_NDBCLUSTER_BINLOG_INCLUDED
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -225,3 +228,5 @@ set_thd_ndb(THD *thd, Thd_ndb *thd_ndb)
{
thd_set_ha_data
(
thd
,
ndbcluster_hton
,
thd_ndb
);
}
Ndb
*
check_ndb_in_thd
(
THD
*
thd
);
#endif
/* HA_NDBCLUSTER_BINLOG_INCLUDED */
sql/ha_ndbcluster_cond.h
View file @
4ad8ef06
#ifndef HA_NDBCLUSTER_COND_INCLUDED
#define HA_NDBCLUSTER_COND_INCLUDED
/* Copyright (C) 2000-2007 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -486,3 +489,5 @@ class ha_ndbcluster_cond
Ndb_cond_stack
*
m_cond_stack
;
};
#endif
/* HA_NDBCLUSTER_COND_INCLUDED */
sql/ha_ndbcluster_tables.h
View file @
4ad8ef06
#ifndef HA_NDBCLUSTER_TABLES_INCLUDED
#define HA_NDBCLUSTER_TABLES_INCLUDED
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -21,3 +24,5 @@
#define OLD_NDB_APPLY_TABLE "apply_status"
#define NDB_SCHEMA_TABLE "ndb_schema"
#define OLD_NDB_SCHEMA_TABLE "schema"
#endif
/* HA_NDBCLUSTER_TABLES_INCLUDED */
sql/ha_partition.h
View file @
4ad8ef06
#ifndef HA_PARTITION_INCLUDED
#define HA_PARTITION_INCLUDED
/* Copyright 2005-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -1090,3 +1093,5 @@ class ha_partition :public handler
virtual void append_create_info(String *packet)
*/
};
#endif
/* HA_PARTITION_INCLUDED */
sql/handler.h
View file @
4ad8ef06
#ifndef HANDLER_INCLUDED
#define HANDLER_INCLUDED
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -2064,3 +2067,4 @@ int ha_binlog_end(THD *thd);
#define ha_binlog_wait(a) do {} while (0)
#define ha_binlog_end(a) do {} while (0)
#endif
#endif
/* HANDLER_INCLUDED */
sql/item.h
View file @
4ad8ef06
#ifndef ITEM_INCLUDED
#define ITEM_INCLUDED
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -3126,3 +3129,5 @@ extern Cached_item *new_Cached_item(THD *thd, Item *item);
extern
Item_result
item_cmp_type
(
Item_result
a
,
Item_result
b
);
extern
void
resolve_const_item
(
THD
*
thd
,
Item
**
ref
,
Item
*
cmp_item
);
extern
int
stored_field_cmp_to_item
(
Field
*
field
,
Item
*
item
);
#endif
/* ITEM_INCLUDED */
sql/item_cmpfunc.h
View file @
4ad8ef06
#ifndef ITEM_CMPFUNC_INCLUDED
#define ITEM_CMPFUNC_INCLUDED
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -1721,3 +1724,5 @@ inline Item *and_conds(Item *a, Item *b)
}
Item
*
and_expressions
(
Item
*
a
,
Item
*
b
,
Item
**
org_item
);
#endif
/* ITEM_CMPFUNC_INCLUDED */
sql/item_func.h
View file @
4ad8ef06
#ifndef ITEM_FUNC_INCLUDED
#define ITEM_FUNC_INCLUDED
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -1718,3 +1721,4 @@ class Item_func_uuid_short :public Item_int_func
bool
check_partition_func_processor
(
uchar
*
int_arg
)
{
return
FALSE
;}
};
#endif
/* ITEM_FUNC_INCLUDED */
sql/item_geofunc.h
View file @
4ad8ef06
#ifndef ITEM_GEOFUNC_INCLUDED
#define ITEM_GEOFUNC_INCLUDED
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -386,3 +389,4 @@ class Item_func_srid: public Item_int_func
#endif
#endif
/* ITEM_GEOFUNC_INCLUDED */
sql/item_row.h
View file @
4ad8ef06
#ifndef ITEM_ROW_INCLUDED
#define ITEM_ROW_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -77,3 +80,5 @@ class Item_row: public Item
bool
null_inside
()
{
return
with_null
;
};
void
bring_value
();
};
#endif
/* ITEM_ROW_INCLUDED */
sql/item_strfunc.h
View file @
4ad8ef06
#ifndef ITEM_STRFUNC_INCLUDED
#define ITEM_STRFUNC_INCLUDED
/* Copyright (C) 2000-2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -842,3 +845,4 @@ class Item_func_uuid: public Item_str_func
String
*
val_str
(
String
*
);
};
#endif
/* ITEM_STRFUNC_INCLUDED */
sql/item_subselect.h
View file @
4ad8ef06
#ifndef ITEM_SUBSELECT_INCLUDED
#define ITEM_SUBSELECT_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -579,4 +582,4 @@ inline bool Item_subselect::is_uncacheable() const
return
engine
->
uncacheable
();
}
#endif
/* ITEM_SUBSELECT_INCLUDED */
sql/item_sum.h
View file @
4ad8ef06
#ifndef ITEM_SUM_INCLUDED
#define ITEM_SUM_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -1279,3 +1282,5 @@ class Item_func_group_concat : public Item_sum
virtual
bool
change_context_processor
(
uchar
*
cntx
)
{
context
=
(
Name_resolution_context
*
)
cntx
;
return
FALSE
;
}
};
#endif
/* ITEM_SUM_INCLUDED */
sql/item_timefunc.h
View file @
4ad8ef06
#ifndef ITEM_TIMEFUNC_INCLUDED
#define ITEM_TIMEFUNC_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -1026,3 +1029,5 @@ class Item_func_last_day :public Item_date
const
char
*
func_name
()
const
{
return
"last_day"
;
}
bool
get_date
(
MYSQL_TIME
*
res
,
uint
fuzzy_date
);
};
#endif
/* ITEM_TIMEFUNC_INCLUDED */
sql/item_xmlfunc.h
View file @
4ad8ef06
#ifndef ITEM_XMLFUNC_INCLUDED
#define ITEM_XMLFUNC_INCLUDED
/* Copyright (C) 2000-2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -61,3 +64,4 @@ class Item_func_xml_update: public Item_xml_str_func
String
*
val_str
(
String
*
);
};
#endif
/* ITEM_XMLFUNC_INCLUDED */
sql/lex.h
View file @
4ad8ef06
#ifndef LEX_INCLUDED
#define LEX_INCLUDED
/* Copyright (C) 2000-2002 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -634,3 +637,5 @@ static SYMBOL sql_functions[] = {
{
"VAR_POP"
,
SYM
(
VARIANCE_SYM
)},
{
"VAR_SAMP"
,
SYM
(
VAR_SAMP_SYM
)},
};
#endif
/* LEX_INCLUDED */
sql/message.h
View file @
4ad8ef06
#ifndef MESSAGE_INCLUDED
#define MESSAGE_INCLUDED
/*
To change or add messages mysqld writes to the Windows error log, run
mc.exe message.mc
...
...
@@ -6,6 +9,8 @@
mc.exe can be installed with Windows SDK, some Visual Studio distributions
do not include it.
*/
//
// Values are 32 bit values layed out as follows:
//
...
...
@@ -53,3 +58,5 @@
//
#define MSG_DEFAULT 0xC0000064L
#endif
/* MESSAGE_INCLUDED */
sql/mysqld_suffix.h
View file @
4ad8ef06
#ifndef MYSQLD_SUFFIX_INCLUDED
#define MYSQLD_SUFFIX_INCLUDED
/* Copyright (C) 2000-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -27,3 +30,4 @@
#else
#define MYSQL_SERVER_SUFFIX_STR MYSQL_SERVER_SUFFIX_DEF
#endif
#endif
/* MYSQLD_SUFFIX_INCLUDED */
sql/nt_servc.h
View file @
4ad8ef06
#ifndef NT_SERVC_INCLUDED
#define NT_SERVC_INCLUDED
/**
@file
...
...
@@ -98,3 +101,5 @@ class NTService
};
/* ------------------------- the end -------------------------------------- */
#endif
/* NT_SERVC_INCLUDED */
sql/partition_element.h
View file @
4ad8ef06
#ifndef PARTITION_ELEMENT_INCLUDED
#define PARTITION_ELEMENT_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -97,3 +100,5 @@ class partition_element :public Sql_alloc {
}
~
partition_element
()
{}
};
#endif
/* PARTITION_ELEMENT_INCLUDED */
sql/partition_info.h
View file @
4ad8ef06
#ifndef PARTITION_INFO_INCLUDED
#define PARTITION_INFO_INCLUDED
/* Copyright 2006-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -314,3 +317,5 @@ void init_all_partitions_iterator(partition_info *part_info,
part_iter
->
ret_null_part
=
part_iter
->
ret_null_part_orig
=
FALSE
;
part_iter
->
get_next
=
get_next_partition_id_range
;
}
#endif
/* PARTITION_INFO_INCLUDED */
sql/procedure.h
View file @
4ad8ef06
#ifndef PROCEDURE_INCLUDED
#define PROCEDURE_INCLUDED
/* Copyright (C) 2000-2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -149,3 +152,5 @@ class Procedure {
Procedure
*
setup_procedure
(
THD
*
thd
,
ORDER
*
proc_param
,
select_result
*
result
,
List
<
Item
>
&
field_list
,
int
*
error
);
#endif
/* PROCEDURE_INCLUDED */
sql/protocol.h
View file @
4ad8ef06
#ifndef PROTOCOL_INCLUDED
#define PROTOCOL_INCLUDED
/* Copyright (C) 2002-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -180,3 +183,4 @@ uchar *net_store_data(uchar *to,const uchar *from, size_t length);
uchar
*
net_store_data
(
uchar
*
to
,
int32
from
);
uchar
*
net_store_data
(
uchar
*
to
,
longlong
from
);
#endif
/* PROTOCOL_INCLUDED */
sql/repl_failsafe.h
View file @
4ad8ef06
#ifndef REPL_FAILSAFE_INCLUDED
#define REPL_FAILSAFE_INCLUDED
/* Copyright (C) 2001-2005 MySQL AB & Sasha
This program is free software; you can redistribute it and/or modify
...
...
@@ -49,3 +52,4 @@ int register_slave(THD* thd, uchar* packet, uint packet_length);
void
unregister_slave
(
THD
*
thd
,
bool
only_mine
,
bool
need_mutex
);
#endif
/* HAVE_REPLICATION */
#endif
/* REPL_FAILSAFE_INCLUDED */
sql/scheduler.h
View file @
4ad8ef06
#ifndef SCHEDULER_INCLUDED
#define SCHEDULER_INCLUDED
/* Copyright (C) 2007 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -58,3 +61,5 @@ enum pool_command_op
class
thd_scheduler
{};
#endif
/* SCHEDULER_INCLUDED */
sql/set_var.h
View file @
4ad8ef06
#ifndef SET_VAR_INCLUDED
#define SET_VAR_INCLUDED
/* Copyright (C) 2002-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -1449,3 +1452,5 @@ void free_key_cache(const char *name, KEY_CACHE *key_cache);
bool
process_key_caches
(
process_key_cache_t
func
);
void
delete_elements
(
I_List
<
NAMED_LIST
>
*
list
,
void
(
*
free_element
)(
const
char
*
,
uchar
*
));
#endif
/* SET_VAR_INCLUDED */
sql/sql_acl.h
View file @
4ad8ef06
#ifndef SQL_ACL_INCLUDED
#define SQL_ACL_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -273,3 +276,4 @@ bool is_acl_user(const char *host, const char *user);
#define check_grant(A,B,C,D,E,F) 0
#define check_grant_db(A,B) 0
#endif
#endif
/* SQL_ACL_INCLUDED */
sql/sql_analyse.h
View file @
4ad8ef06
#ifndef SQL_ANALYSE_INCLUDED
#define SQL_ANALYSE_INCLUDED
/* Copyright (C) 2000-2003, 2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -355,3 +358,5 @@ class analyse: public Procedure
select_result
*
result
,
List
<
Item
>
&
field_list
);
};
#endif
/* SQL_ANALYSE_INCLUDED */
sql/sql_array.h
View file @
4ad8ef06
#ifndef SQL_ARRAY_INCLUDED
#define SQL_ARRAY_INCLUDED
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -66,3 +69,4 @@ template <class Elem> class Dynamic_array
}
};
#endif
/* SQL_ARRAY_INCLUDED */
sql/sql_class.h
View file @
4ad8ef06
...
...
@@ -14,6 +14,9 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef SQL_CLASS_INCLUDED
#define SQL_CLASS_INCLUDED
/* Classes in mysql */
#ifdef USE_PRAGMA_INTERFACE
...
...
@@ -3003,3 +3006,4 @@ void add_diff_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var,
void
mark_transaction_to_rollback
(
THD
*
thd
,
bool
all
);
#endif
/* MYSQL_SERVER */
#endif
/* SQL_CLASS_INCLUDED */
sql/sql_crypt.h
View file @
4ad8ef06
#ifndef SQL_CRYPT_INCLUDED
#define SQL_CRYPT_INCLUDED
/* Copyright (C) 2000-2001, 2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -35,3 +38,5 @@ class SQL_CRYPT :public Sql_alloc
void
encode
(
char
*
str
,
uint
length
);
void
decode
(
char
*
str
,
uint
length
);
};
#endif
/* SQL_CRYPT_INCLUDED */
sql/sql_lex.h
View file @
4ad8ef06
...
...
@@ -17,6 +17,9 @@
@defgroup Semantic_Analysis Semantic Analysis
*/
#ifndef SQL_LEX_INCLUDED
#define SQL_LEX_INCLUDED
/* YACC and LEX Definitions */
/* These may not be declared yet */
...
...
@@ -1979,3 +1982,4 @@ extern bool is_lex_native_function(const LEX_STRING *name);
int
my_missing_function_error
(
const
LEX_STRING
&
token
,
const
char
*
name
);
#endif
/* MYSQL_SERVER */
#endif
/* SQL_LEX_INCLUDED */
sql/sql_map.h
View file @
4ad8ef06
#ifndef SQL_MAP_INCLUDED
#define SQL_MAP_INCLUDED
/* Copyright (C) 2000-2001, 2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -60,3 +63,5 @@ class mapped_file
return
file
->
map
;
}
};
#endif
/* SQL_MAP_INCLUDED */
sql/sql_partition.h
View file @
4ad8ef06
#ifndef SQL_PARTITION_INCLUDED
#define SQL_PARTITION_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -209,3 +212,4 @@ typedef int (*get_partitions_in_range_iter)(partition_info *part_info,
#include "partition_info.h"
#endif
/* SQL_PARTITION_INCLUDED */
sql/sql_repl.h
View file @
4ad8ef06
...
...
@@ -13,6 +13,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#ifndef SQL_REPL_INCLUDED
#define SQL_REPL_INCLUDED
#include "rpl_filter.h"
#ifdef HAVE_REPLICATION
...
...
@@ -65,3 +68,4 @@ int init_replication_sys_vars();
#endif
/* HAVE_REPLICATION */
#endif
/* SQL_REPL_INCLUDED */
sql/sql_select.h
View file @
4ad8ef06
#ifndef SQL_SELECT_INCLUDED
#define SQL_SELECT_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -736,3 +739,4 @@ inline bool optimizer_flag(THD *thd, uint flag)
return
(
thd
->
variables
.
optimizer_switch
&
flag
);
}
#endif
/* SQL_SELECT_INCLUDED */
sql/sql_servers.h
View file @
4ad8ef06
#ifndef SQL_SERVERS_INCLUDED
#define SQL_SERVERS_INCLUDED
/* Copyright (C) 2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -41,3 +44,5 @@ int alter_server(THD *thd, LEX_SERVER_OPTIONS *server_options);
/* lookup functions */
FOREIGN_SERVER
*
get_server_by_name
(
MEM_ROOT
*
mem
,
const
char
*
server_name
,
FOREIGN_SERVER
*
server_buffer
);
#endif
/* SQL_SERVERS_INCLUDED */
sql/sql_sort.h
View file @
4ad8ef06
#ifndef SQL_SORT_INCLUDED
#define SQL_SORT_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -87,3 +90,5 @@ int merge_buffers(SORTPARAM *param,IO_CACHE *from_file,
BUFFPEK
*
lastbuff
,
BUFFPEK
*
Fb
,
BUFFPEK
*
Tb
,
int
flag
);
void
reuse_freed_buff
(
QUEUE
*
queue
,
BUFFPEK
*
reuse
,
uint
key_length
);
#endif
/* SQL_SORT_INCLUDED */
sql/sql_string.h
View file @
4ad8ef06
#ifndef SQL_STRING_INCLUDED
#define SQL_STRING_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -389,3 +392,5 @@ static inline bool check_if_only_end_space(CHARSET_INFO *cs, char *str,
{
return
str
+
cs
->
cset
->
scan
(
cs
,
str
,
end
,
MY_SEQ_SPACES
)
==
end
;
}
#endif
/* SQL_STRING_INCLUDED */
sql/sql_trigger.h
View file @
4ad8ef06
#ifndef SQL_TRIGGER_INCLUDED
#define SQL_TRIGGER_INCLUDED
/* Copyright (C) 2004-2005 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -174,3 +177,4 @@ bool load_table_name_for_trigger(THD *thd,
const
LEX_STRING
*
trn_path
,
LEX_STRING
*
tbl_name
);
#endif
/* SQL_TRIGGER_INCLUDED */
sql/sql_udf.h
View file @
4ad8ef06
#ifndef SQL_UDF_INCLUDED
#define SQL_UDF_INCLUDED
/* Copyright (C) 2000-2001, 2003-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -140,3 +143,4 @@ void free_udf(udf_func *udf);
int
mysql_create_function
(
THD
*
thd
,
udf_func
*
udf
);
int
mysql_drop_function
(
THD
*
thd
,
const
LEX_STRING
*
name
);
#endif
#endif
/* SQL_UDF_INCLUDED */
sql/sql_view.h
View file @
4ad8ef06
#ifndef SQL_VIEW_INCLUDED
#define SQL_VIEW_INCLUDED
/* -*- C++ -*- */
/* Copyright (C) 2004 MySQL AB
...
...
@@ -42,3 +45,4 @@ bool mysql_rename_view(THD *thd, const char *new_db, const char *new_name,
#define VIEW_ANY_ACL (SELECT_ACL | UPDATE_ACL | INSERT_ACL | DELETE_ACL)
#endif
/* SQL_VIEW_INCLUDED */
sql/structs.h
View file @
4ad8ef06
#ifndef STRUCTS_INCLUDED
#define STRUCTS_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -380,3 +383,5 @@ class Discrete_intervals_list {
Discrete_interval
*
get_tail
()
const
{
return
tail
;
};
Discrete_interval
*
get_current
()
const
{
return
current
;
};
};
#endif
/* STRUCTS_INCLUDED */
sql/table.h
View file @
4ad8ef06
#ifndef TABLE_INCLUDED
#define TABLE_INCLUDED
/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This program is free software; you can redistribute it and/or modify
...
...
@@ -1729,3 +1732,4 @@ static inline void dbug_tmp_restore_column_maps(MY_BITMAP *read_set,
size_t
max_row_length
(
TABLE
*
table
,
const
uchar
*
data
);
#endif
/* TABLE_INCLUDED */
sql/tzfile.h
View file @
4ad8ef06
#ifndef TZFILE_INCLUDED
#define TZFILE_INCLUDED
/* Copyright (C) 2004 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -134,3 +137,5 @@ struct tzhead {
*/
#define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0))
#endif
sql/tztime.h
View file @
4ad8ef06
#ifndef TZTIME_INCLUDED
#define TZTIME_INCLUDED
/* Copyright (C) 2004 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -79,3 +82,4 @@ static const int MY_TZ_TABLES_COUNT= 4;
#endif
/* !defined(TESTTIME) && !defined(TZINFO2SQL) */
#endif
/* TZTIME_INCLUDED */
sql/unireg.h
View file @
4ad8ef06
#ifndef UNIREG_INCLUDED
#define UNIREG_INCLUDED
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -16,8 +19,6 @@
/* Extra functions used by unireg library */
#ifndef _unireg_h
#ifndef NO_ALARM_LOOP
#define NO_ALARM_LOOP
/* lib5 and popen can't use alarm */
#endif
...
...
strings/strings-not-used.h
View file @
4ad8ef06
#ifndef STRINGS_NOT_USED_INCLUDED
#define STRINGS_NOT_USED_INCLUDED
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -35,3 +38,4 @@
#define _AlphabetSize 256
#endif
/* NullS */
#endif
/* STRINGS_NOT_USED_INCLUDED */
vio/vio_priv.h
View file @
4ad8ef06
#ifndef VIO_PRIV_INCLUDED
#define VIO_PRIV_INCLUDED
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
...
...
@@ -38,3 +41,4 @@ void vio_ssl_delete(Vio *vio);
int
vio_ssl_blocking
(
Vio
*
vio
,
my_bool
set_blocking_mode
,
my_bool
*
old_mode
);
#endif
/* HAVE_OPENSSL */
#endif
/* VIO_PRIV_INCLUDED */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment