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
4fd3b03e
Commit
4fd3b03e
authored
Jan 25, 2007
by
dlenev@mockturtle.local
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into mockturtle.local:/home/dlenev/src/mysql-5.1-merge
parents
631d3c9c
70a74003
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BUILD/SETUP.sh
BUILD/SETUP.sh
+1
-1
configure.in
configure.in
+1
-1
No files found.
BUILD/SETUP.sh
View file @
4fd3b03e
...
...
@@ -92,7 +92,7 @@ if [ "x$warning_mode" != "xpedantic" ]; then
# Both C and C++ warnings
warnings
=
"-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W"
warnings
=
"
$warnings
-Wchar-subscripts -Wformat -Wparentheses -Wsign-compare"
warnings
=
"
$warnings
-Wwrite-strings -Wunused-function -Wunused-label -Wunused-value -Wunused-variable
-Wshadow
"
warnings
=
"
$warnings
-Wwrite-strings -Wunused-function -Wunused-label -Wunused-value -Wunused-variable"
# C warnings
c_warnings
=
"
$warnings
-Wunused-parameter"
# C++ warnings
...
...
configure.in
View file @
4fd3b03e
...
...
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also update version.c in ndb
AM_INIT_AUTOMAKE
(
mysql, 5.1.1
5
-beta
)
AM_INIT_AUTOMAKE
(
mysql, 5.1.1
6
-beta
)
AM_CONFIG_HEADER
(
config.h
)
PROTOCOL_VERSION
=
10
...
...
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