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
f6887139
Commit
f6887139
authored
Nov 29, 2010
by
Christopher Powers
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
e199c7cd
2551fff8
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
21 additions
and
27 deletions
+21
-27
Makefile.am
Makefile.am
+1
-1
libmysql/Makefile.am
libmysql/Makefile.am
+1
-2
libmysql/Makefile.shared
libmysql/Makefile.shared
+1
-2
libmysql/conf_to_src.c
libmysql/conf_to_src.c
+1
-2
libmysql/dll.c
libmysql/dll.c
+1
-2
libmysql/errmsg.c
libmysql/errmsg.c
+1
-2
libmysql/get_password.c
libmysql/get_password.c
+1
-2
libmysql/libmysql.c
libmysql/libmysql.c
+1
-2
libmysql/manager.c
libmysql/manager.c
+1
-2
libmysql_r/Makefile.am
libmysql_r/Makefile.am
+1
-2
mysql-test/collections/default.push
mysql-test/collections/default.push
+2
-2
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
scripts/make_win_bin_dist
scripts/make_win_bin_dist
+2
-2
scripts/make_win_src_distribution_old.sh
scripts/make_win_src_distribution_old.sh
+2
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+4
-1
No files found.
Makefile.am
View file @
f6887139
...
...
@@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = foreign
# These are built from source in the Docs directory
EXTRA_DIST
=
INSTALL-SOURCE INSTALL-WIN-SOURCE
\
README COPYING
EXCEPTIONS-CLIENT
CMakeLists.txt
README COPYING CMakeLists.txt
SUBDIRS
=
.
include @docs_dirs@ @zlib_dir@ @yassl_dir@
\
@readline_topdir@ sql-common scripts
\
...
...
libmysql/Makefile.am
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
# published by the Free Software Foundation.
#
# There are special exceptions to the terms and conditions of the GPL as it
# is applied to this software. View the full text of the exception in file
# EXCEPTIONS-CLIENT in the directory of this software distribution.
# is applied to this software.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/Makefile.shared
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
# published by the Free Software Foundation.
#
# There are special exceptions to the terms and conditions of the GPL as it
# is applied to this software. View the full text of the exception in file
# EXCEPTIONS-CLIENT in the directory of this software distribution.
# is applied to this software.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/conf_to_src.c
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
the Free Software Foundation.
There are special exceptions to the terms and conditions of the GPL as it
is applied to this software. View the full text of the exception in file
EXCEPTIONS-CLIENT in the directory of this software distribution.
is applied to this software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/dll.c
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
the Free Software Foundation.
There are special exceptions to the terms and conditions of the GPL as it
is applied to this software. View the full text of the exception in file
EXCEPTIONS-CLIENT in the directory of this software distribution.
is applied to this software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/errmsg.c
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
the Free Software Foundation.
There are special exceptions to the terms and conditions of the GPL as it
is applied to this software. View the full text of the exception in file
EXCEPTIONS-CLIENT in the directory of this software distribution.
is applied to this software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/get_password.c
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
the Free Software Foundation.
There are special exceptions to the terms and conditions of the GPL as it
is applied to this software. View the full text of the exception in file
EXCEPTIONS-CLIENT in the directory of this software distribution.
is applied to this software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/libmysql.c
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
the Free Software Foundation.
There are special exceptions to the terms and conditions of the GPL as it
is applied to this software. View the full text of the exception in file
EXCEPTIONS-CLIENT in the directory of this software distribution.
is applied to this software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql/manager.c
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
the Free Software Foundation.
There are special exceptions to the terms and conditions of the GPL as it
is applied to this software. View the full text of the exception in file
EXCEPTIONS-CLIENT in the directory of this software distribution.
is applied to this software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
libmysql_r/Makefile.am
View file @
f6887139
...
...
@@ -5,8 +5,7 @@
# published by the Free Software Foundation.
#
# There are special exceptions to the terms and conditions of the GPL as it
# is applied to this software. View the full text of the exception in file
# EXCEPTIONS-CLIENT in the directory of this software distribution.
# is applied to this software.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
mysql-test/collections/default.push
View file @
f6887139
perl mysql-test-run.pl --timer --force --comment=n_stm
perl mysql-test-run.pl --timer --force --comment=ps_stm --ps-protocol
perl mysql-test-run.pl --timer --force --
vardir=var-n_stm --
comment=n_stm
perl mysql-test-run.pl --timer --force --
vardir=var-ps_stm --
comment=ps_stm --ps-protocol
scripts/make_binary_distribution.sh
View file @
f6887139
...
...
@@ -211,7 +211,7 @@ copyfileto()
copyfileto
$BASE
/docs ChangeLog Docs/mysql.info
copyfileto
$BASE
COPYING COPYING.LIB README Docs/INSTALL-BINARY
\
EXCEPTIONS-CLIENT
LICENSE.mysql
LICENSE.mysql
# Non platform-specific bin dir files:
BIN_FILES
=
"extra/comp_err
$BS
extra/replace
$BS
extra/perror
$BS
\
...
...
scripts/make_win_bin_dist
View file @
f6887139
...
...
@@ -200,7 +200,7 @@ cp ChangeLog $DESTDIR/Docs/ || /bin/true
cp
support-files/my-
*
.ini
$DESTDIR
/
if
[
-f
COPYING
]
;
then
cp
COPYING
EXCEPTIONS-CLIENT
$DESTDIR
/
cp
COPYING
$DESTDIR
/
cp
COPYING
$DESTDIR
/Docs/
fi
...
...
scripts/make_win_src_distribution_old.sh
View file @
f6887139
...
...
@@ -312,7 +312,7 @@ touch $BASE/innobase/ib_config.h
#
cd
$SOURCE
for
i
in
COPYING ChangeLog README
EXCEPTIONS-CLIENT
\
for
i
in
COPYING ChangeLog README
\
INSTALL-SOURCE INSTALL-WIN
\
INSTALL-WIN-SOURCE
\
Docs/INSTALL-BINARY Docs/manual.chm
...
...
@@ -376,7 +376,7 @@ fi
# Search the tree for plain text files and adapt the line end marker
#
find
$BASE
\(
-name
"*.cnf"
-o
-name
"*.ini"
\
-o
-name
COPYING
-o
-name
ChangeLog
-o
-name
EXCEPTIONS-CLIENT
\
-o
-name
COPYING
-o
-name
ChangeLog
\
-o
-name
"INSTALL*"
-o
-name
LICENSE
-o
-name
"README*"
\
-o
-name
"*.dsp"
-o
-name
"*.dsw"
\
-o
-name
"*.vcproj"
-o
-name
"*.sln"
\)
-type
f
-print
\
...
...
support-files/mysql.spec.sh
View file @
f6887139
...
...
@@ -837,7 +837,6 @@ fi
%files devel
%defattr
(
-, root, root, 0755
)
%doc EXCEPTIONS-CLIENT
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/comp_err.1
*
%doc %attr
(
644, root, man
)
%
{
_mandir
}
/man1/mysql_config.1
*
%attr
(
755, root, root
)
%
{
_bindir
}
/comp_err
...
...
@@ -892,6 +891,10 @@ fi
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
*
Wed Nov 24 2010 Alexander Nozdrin <alexander.nozdrin@oracle.com>
- EXCEPTIONS-CLIENT has been deleted, remove it from here too.
*
Mon Feb 01 2010 Joerg Bruehe <joerg.bruehe@sun.com>
- Formatting changes:
...
...
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