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