Bug #2762 grammar error in myisam/mi_check.c
Submitted: 12 Feb 2004 17:09 Modified: 16 Feb 2004 3:51
Reporter: Timothy Smith Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S3 (Non-critical)
Version:all OS:n/a
Assigned to: Bugs System CPU Architecture:Any

[12 Feb 2004 17:09] Timothy Smith
Description:
Error message should read "%d clients are using or have not closed the table properly"

How to repeat:
~/tsmith/bk/mysql-4.0> find . -name '*.[ch]*' -print | xargs grep 'clients is' 2>/dev/null | grep -v SCCS
./myisam/mi_check.c:                       "%d clients is using or hasn't closed the table properly",
[16 Feb 2004 3:51] Victor Vagin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html