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
e3b8da50
Commit
e3b8da50
authored
Apr 20, 2002
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Plain Diff
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
parents
f0e137e5
cc08da4f
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 @
e3b8da50
...
...
@@ -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 @
e3b8da50
...
...
@@ -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 @
e3b8da50
...
...
@@ -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