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
9ed96f5f
Commit
9ed96f5f
authored
Aug 13, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-286 mytop is not installed in 5.5
include mytop in bintars, rpms, and debs. install mysqlbug.1 too.
parent
c9b95de2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
debian/mariadb-client-5.5.files
debian/mariadb-client-5.5.files
+1
-0
man/CMakeLists.txt
man/CMakeLists.txt
+1
-1
scripts/CMakeLists.txt
scripts/CMakeLists.txt
+2
-1
No files found.
debian/mariadb-client-5.5.files
View file @
9ed96f5f
...
...
@@ -11,6 +11,7 @@ usr/bin/mysqlimport
usr/bin/mysqlreport
usr/bin/mysqlshow
usr/bin/mysqlslap
usr/bin/mytop
usr/bin/mysql_waitpid
usr/share/lintian/overrides/mariadb-client-5.5
usr/share/man/man1/innotop.1
...
...
man/CMakeLists.txt
View file @
9ed96f5f
...
...
@@ -21,7 +21,7 @@ SET(MAN1_SERVER innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1
mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_zap.1
mysqld_multi.1 mysqld_safe.1 mysqldumpslow.1 mysqlhotcopy.1
mysqlman.1 mysqltest.1 perror.1 replace.1 resolve_stack_dump.1
resolveip.1
)
resolveip.1
mysqlbug.1
)
SET
(
MAN8_SERVER mysqld.8 mysqlmanager.8
)
SET
(
MAN1_CLIENT msql2mysql.1 mysql.1 mysql_find_rows.1 mysql_waitpid.1
mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1
...
...
scripts/CMakeLists.txt
View file @
9ed96f5f
...
...
@@ -283,6 +283,7 @@ SET(mysql_config_COMPONENT COMPONENT Development)
SET
(
msql2mysql_COMPONENT COMPONENT Client
)
SET
(
mysqlaccess_COMPONENT COMPONENT Client
)
SET
(
mysql_find_rows_COMPONENT COMPONENT Client
)
SET
(
mytop_COMPONENT Client
)
IF
(
WIN32
)
# On Windows, some .sh and some .pl.in files are configured
...
...
@@ -311,7 +312,6 @@ IF(WIN32)
ENDFOREACH
()
ELSE
()
# On Unix, most of the files end up in the bin directory
SET
(
mysql_config_COMPONENT COMPONENT Development
)
SET
(
BIN_SCRIPTS
msql2mysql
mysql_config
...
...
@@ -322,6 +322,7 @@ ELSE()
mysqlaccess
mysql_convert_table_format
mysql_find_rows
mytop
mysqlhotcopy
mysqldumpslow
mysqld_multi
...
...
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