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
ca63edc8
Commit
ca63edc8
authored
May 23, 2006
by
brian@zim.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing mysql_explain_log from 5.1
parent
b514d3a8
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
397 deletions
+1
-397
scripts/Makefile.am
scripts/Makefile.am
+0
-3
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
scripts/mysql_explain_log.sh
scripts/mysql_explain_log.sh
+0
-392
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+0
-1
No files found.
scripts/Makefile.am
View file @
ca63edc8
...
@@ -30,7 +30,6 @@ bin_SCRIPTS = @server_scripts@ \
...
@@ -30,7 +30,6 @@ bin_SCRIPTS = @server_scripts@ \
mysql_find_rows
\
mysql_find_rows
\
mysqlhotcopy
\
mysqlhotcopy
\
mysqldumpslow
\
mysqldumpslow
\
mysql_explain_log
\
mysqld_multi
\
mysqld_multi
\
mysql_create_system_tables
mysql_create_system_tables
...
@@ -55,7 +54,6 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \
...
@@ -55,7 +54,6 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \
mysql_find_rows.sh
\
mysql_find_rows.sh
\
mysqlhotcopy.sh
\
mysqlhotcopy.sh
\
mysqldumpslow.sh
\
mysqldumpslow.sh
\
mysql_explain_log.sh
\
mysqld_multi.sh
\
mysqld_multi.sh
\
mysqld_safe.sh
\
mysqld_safe.sh
\
mysql_create_system_tables.sh
mysql_create_system_tables.sh
...
@@ -83,7 +81,6 @@ CLEANFILES = @server_scripts@ \
...
@@ -83,7 +81,6 @@ CLEANFILES = @server_scripts@ \
mysql_find_rows
\
mysql_find_rows
\
mysqlhotcopy
\
mysqlhotcopy
\
mysqldumpslow
\
mysqldumpslow
\
mysql_explain_log
\
mysql_tableinfo
\
mysql_tableinfo
\
mysqld_multi
\
mysqld_multi
\
make_win_src_distribution
\
make_win_src_distribution
\
...
...
scripts/make_binary_distribution.sh
View file @
ca63edc8
...
@@ -148,7 +148,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
...
@@ -148,7 +148,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
if
[
$BASE_SYSTEM
=
"netware"
]
;
then
if
[
$BASE_SYSTEM
=
"netware"
]
;
then
BIN_FILES
=
"
$BIN_FILES
\
BIN_FILES
=
"
$BIN_FILES
\
netware/mysqld_safe
$BS
netware/mysql_install_db
$BS
\
netware/mysqld_safe
$BS
netware/mysql_install_db
$BS
\
netware/init_db.sql netware/test_db.sql
netware/mysql_explain_log
$BS
\
netware/init_db.sql netware/test_db.sql
$BS
\
netware/mysqlhotcopy
$BS
netware/libmysql
$BS
netware/init_secure_db.sql
\
netware/mysqlhotcopy
$BS
netware/libmysql
$BS
netware/init_secure_db.sql
\
"
;
"
;
# For all other platforms:
# For all other platforms:
...
...
scripts/mysql_explain_log.sh
deleted
100644 → 0
View file @
b514d3a8
This diff is collapsed.
Click to expand it.
support-files/mysql.spec.sh
View file @
ca63edc8
...
@@ -554,7 +554,6 @@ fi
...
@@ -554,7 +554,6 @@ fi
%attr
(
755, root, root
)
%
{
_bindir
}
/myisampack
%attr
(
755, root, root
)
%
{
_bindir
}
/myisampack
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_convert_table_format
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_convert_table_format
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_create_system_tables
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_create_system_tables
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_explain_log
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_fix_extensions
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_fix_extensions
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_fix_privilege_tables
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_fix_privilege_tables
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_install_db
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_install_db
...
...
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