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
76de8270
Commit
76de8270
authored
Aug 27, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable abi_check for 5.1
- Run icheck on all files in HEADERS_ABI list - Update reference
parent
ffc67d70
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
476 additions
and
275 deletions
+476
-275
include/Makefile.am
include/Makefile.am
+5
-7
include/mysql_h.ic
include/mysql_h.ic
+471
-268
No files found.
include/Makefile.am
View file @
76de8270
...
...
@@ -15,18 +15,17 @@
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA
# FIXME 'abi_check' should be in BUILT_SOURCES, disabled for now
BUILT_SOURCES
=
$(HEADERS_GEN)
link_sources
BUILT_SOURCES
=
$(HEADERS_GEN)
link_sources abi_check
HEADERS_GEN
=
mysql_version.h my_config.h
HEADERS_ABI
=
mysql.h mysql_com.h mysql_time.h
\
my_list.h my_alloc.h typelib.h
my_list.h my_alloc.h typelib.h
mysql/plugin.h
pkginclude_HEADERS
=
$(HEADERS_ABI)
my_dbug.h m_string.h my_sys.h
\
my_xml.h mysql_embed.h
\
my_pthread.h my_no_pthread.h
\
decimal.h errmsg.h my_global.h my_net.h
\
my_getopt.h sslopt-longopts.h my_dir.h
\
sslopt-vars.h sslopt-case.h sql_common.h keycache.h
\
m_ctype.h my
sql/plugin.h my
_attribute.h
$(HEADERS_GEN)
m_ctype.h my_attribute.h
$(HEADERS_GEN)
noinst_HEADERS
=
config-win.h config-netware.h
\
heap.h my_bitmap.h my_uctype.h
\
myisam.h myisampack.h myisammrg.h ft_global.h
\
...
...
@@ -72,9 +71,8 @@ dist-hook:
abi_check
:
$(HEADERS_ABI) mysql_version.h mysql_h.ic
@
set
-ex
;
\
if
[
@ICHECK@
!=
no
]
;
then
\
@ICHECK@
--canonify
--skip-from-re
/usr/
-o
$@
.ic mysql.h
;
\
@ICHECK@
--compare
mysql_h.ic
$@
.ic
;
\
$(RM)
-f
$@
.ic
;
\
@ICHECK@
--canonify
--skip-from-re
/usr/
-o
$@
$(HEADERS_ABI)
;
\
@ICHECK@
--compare
mysql_h.ic
$@
;
\
fi
;
\
touch
abi_check
;
...
...
include/mysql_h.ic
View file @
76de8270
This diff is collapsed.
Click to expand it.
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