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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2ebd90b8
Commit
2ebd90b8
authored
Apr 20, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
my_alloc.h included in installation
parent
5ccbbee1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/Makefile.am
include/Makefile.am
+1
-1
include/my_sys.h
include/my_sys.h
+1
-1
include/mysql.h
include/mysql.h
+1
-1
No files found.
include/Makefile.am
View file @
2ebd90b8
...
...
@@ -19,7 +19,7 @@ BUILT_SOURCES = mysql_version.h m_ctype.h my_config.h
pkginclude_HEADERS
=
dbug.h m_string.h my_sys.h my_list.h
\
mysql.h mysql_com.h mysqld_error.h mysql_embed.h
\
my_pthread.h my_no_pthread.h raid.h errmsg.h
\
my_global.h my_net.h
\
my_global.h my_net.h
my_alloc.h
\
sslopt-case.h sslopt-longopts.h sslopt-usage.h
\
sslopt-vars.h
$(BUILT_SOURCES)
noinst_HEADERS
=
config-win.h
\
...
...
include/my_sys.h
View file @
2ebd90b8
...
...
@@ -464,7 +464,7 @@ typedef struct st_changeable_var {
}
CHANGEABLE_VAR
;
#include
"my_alloc.h"
#include
<my_alloc.h>
/* Prototypes for mysys and my_func functions */
...
...
include/mysql.h
View file @
2ebd90b8
...
...
@@ -100,7 +100,7 @@ typedef struct st_mysql_rows {
typedef
MYSQL_ROWS
*
MYSQL_ROW_OFFSET
;
/* offset to current row */
#include
"my_alloc.h"
#include
<my_alloc.h>
typedef
struct
st_mysql_data
{
my_ulonglong
rows
;
...
...
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