Bug 187968

Summary: mysql.x86_64 4.1.16-1.FC4.1 missing files
Product: [Fedora] Fedora Reporter: Donald Cohen <don-redhat-z6y>
Component: mysqlAssignee: Tom Lane <tgl>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: byte, hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-04 23:12:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Donald Cohen 2006-04-04 23:05:55 UTC
Description of problem:
 mysql_install_db (and I think many other programs) is missing.
 This makes it rather difficult to start using mysql
Version-Release number of selected component (if applicable):
 I've just installed mysql.x86_64 4.1.16-1.FC4.1 on a 64 bit machine
 by doing:  yum install mysql.x86_64
 I have a 32 bit machine with the same version (but .i386).
 The 32 bit machine has many more programs with names starting
 with "mysql" that are missing from the 64 bit machine.
How reproducible:
 install as above, type mysql_<tab> to see the programs that
 start that way, notice no _install_db

Steps to Reproduce:
1. [on a 64 bit machine] yum install mysql.x86_64
2. [in shell] mysql_<tab>
3.
  
Actual results:
mysql_config        mysql_find_rows     mysql_tableinfo     mysql_waitpid 


Expected results:
mysql_config				mysql_install_db
mysql_convert_table_format		mysql_secure_installation
mysql_create_system_tables		mysql_setpermission
mysql_explain_log			mysql_tableinfo
mysql_find_rows				mysql_tzinfo_to_sql
mysql_fix_extensions			mysql_waitpid
mysql_fix_privilege_tables		mysql_za

Additional info:

Comment 1 Ignacio Vazquez-Abrams 2006-04-04 23:12:26 UTC
Those executables are in the mysql-server package.