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
06cd2efc
Commit
06cd2efc
authored
Aug 05, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- rename: EXCEPTIONS->EXCEPTIONS-CLIENT
parent
74e86ee3
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
16 additions
and
16 deletions
+16
-16
Build-tools/mysql-copyright
Build-tools/mysql-copyright
+1
-1
Docs/Makefile.am
Docs/Makefile.am
+2
-2
Makefile.am
Makefile.am
+1
-1
libmysql/Makefile.am
libmysql/Makefile.am
+1
-1
libmysql/Makefile.shared
libmysql/Makefile.shared
+1
-1
libmysql/conf_to_src.c
libmysql/conf_to_src.c
+1
-1
libmysql/dll.c
libmysql/dll.c
+1
-1
libmysql/errmsg.c
libmysql/errmsg.c
+1
-1
libmysql/get_password.c
libmysql/get_password.c
+1
-1
libmysql/libmysql.c
libmysql/libmysql.c
+1
-1
libmysql/manager.c
libmysql/manager.c
+1
-1
libmysql_r/Makefile.am
libmysql_r/Makefile.am
+1
-1
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+1
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+1
-1
No files found.
Build-tools/mysql-copyright
View file @
06cd2efc
...
...
@@ -101,7 +101,7 @@ sub main
# on the toplevel of the directory instead. file 'PUBLIC' shouldn't
# exist in the new mysql distributions, but let's be sure..
unlink
("
$destdir
/PUBLIC
",
"
$destdir
/README
");
unlink
("
$destdir
/COPYING
",
"
$destdir
/EXCEPTIONS
");
unlink
("
$destdir
/COPYING
",
"
$destdir
/EXCEPTIONS
-CLIENT
");
copy
("
$WD
/Docs/MySQLEULA.txt
",
"
$destdir
");
# remove readline subdir and update configure accordingly
...
...
Docs/Makefile.am
View file @
06cd2efc
...
...
@@ -26,7 +26,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \
all
:
$(targets) txt_files
txt_files
:
../INSTALL-SOURCE ../COPYING ../EXCEPTIONS
\
txt_files
:
../INSTALL-SOURCE ../COPYING ../EXCEPTIONS
-CLIENT
\
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt
CLEAN_FILES
:
$(BUILD_SOURCES)
...
...
@@ -204,7 +204,7 @@ INSTALL-BINARY: mysql.info $(GT)
../COPYING
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"GPL license"
"MySQL FLOSS License Exception"
>
$@
../EXCEPTIONS
:
mysql.info $(GT)
../EXCEPTIONS
-CLIENT
:
mysql.info $(GT)
perl
-w
$(GT)
mysql.info
"MySQL FLOSS License Exception"
"Function Index"
>
$@
../support-files/MacOSX/ReadMe.txt
:
mysql.info $(GT)
...
...
Makefile.am
View file @
06cd2efc
...
...
@@ -19,7 +19,7 @@
AUTOMAKE_OPTIONS
=
foreign
# These are built from source in the Docs directory
EXTRA_DIST
=
INSTALL-SOURCE README COPYING EXCEPTIONS
EXTRA_DIST
=
INSTALL-SOURCE README COPYING EXCEPTIONS
-CLIENT
SUBDIRS
=
.
include @docs_dirs@ @readline_dir@
\
@thread_dirs@ pstack @sql_client_dirs@
\
@sql_server_dirs@ scripts man tests
\
...
...
libmysql/Makefile.am
View file @
06cd2efc
...
...
@@ -6,7 +6,7 @@
#
# 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 in the directory of this software distribution.
# EXCEPTIONS
-CLIENT
in the directory of this software distribution.
#
# 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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
#
# 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 in the directory of this software distribution.
# EXCEPTIONS
-CLIENT
in the directory of this software distribution.
#
# 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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
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 in the directory of this software distribution.
EXCEPTIONS
-CLIENT
in the directory of this software distribution.
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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
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 in the directory of this software distribution.
EXCEPTIONS
-CLIENT
in the directory of this software distribution.
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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
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 in the directory of this software distribution.
EXCEPTIONS
-CLIENT
in the directory of this software distribution.
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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
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 in the directory of this software distribution.
EXCEPTIONS
-CLIENT
in the directory of this software distribution.
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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
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 in the directory of this software distribution.
EXCEPTIONS
-CLIENT
in the directory of this software distribution.
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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
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 in the directory of this software distribution.
EXCEPTIONS
-CLIENT
in the directory of this software distribution.
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 @
06cd2efc
...
...
@@ -6,7 +6,7 @@
#
# 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 in the directory of this software distribution.
# EXCEPTIONS
-CLIENT
in the directory of this software distribution.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
scripts/make_binary_distribution.sh
View file @
06cd2efc
...
...
@@ -86,7 +86,7 @@ do
done
for
i
in
COPYING COPYING.LIB README Docs/INSTALL-BINARY
\
EXCEPTIONS MySQLEULA.txt LICENSE.doc README.NW
EXCEPTIONS
-CLIENT
MySQLEULA.txt LICENSE.doc README.NW
do
if
[
-f
$i
]
then
...
...
scripts/make_win_src_distribution.sh
View file @
06cd2efc
...
...
@@ -272,7 +272,7 @@ touch $BASE/innobase/ib_config.h
#
cd
$SOURCE
for
i
in
COPYING ChangeLog README EXCEPTIONS
\
for
i
in
COPYING ChangeLog README EXCEPTIONS
-CLIENT
\
INSTALL-SOURCE INSTALL-WIN
\
INSTALL-WIN-SOURCE
\
Docs/manual_toc.html Docs/manual.html
\
...
...
support-files/mysql.spec.sh
View file @
06cd2efc
...
...
@@ -446,7 +446,7 @@ fi
%files server
%defattr
(
-,root,root,0755
)
%doc COPYING EXCEPTIONS README
%doc COPYING EXCEPTIONS
-CLIENT
README
%doc Docs/manual.
{
html,ps,texi,txt
}
%doc Docs/manual_toc.html
%doc support-files/my-
*
.cnf
...
...
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