| Bug #41436 | make dist fails to include UnicodeData.txt | ||
|---|---|---|---|
| Submitted: | 12 Dec 2008 14:10 | Modified: | 19 Mar 2009 16:44 |
| Reporter: | Hakan Küçükyılmaz | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
| Version: | 6.0 | OS: | Any |
| Assigned to: | Hakan Küçükyılmaz | CPU Architecture: | Any |
[12 Dec 2008 14:13]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/61499 2936 Hakan Kuecuekyilmaz 2008-12-12 Fix for Bug#41436 make dist fails to include UnicodeData.txt Add UnicodeData.txt to source distribution.
[13 Feb 2009 7:24]
Bugs System
Pushed into 6.0.10-alpha (revid:alik@sun.com-20090211182317-uagkyj01fk30p1f8) (version source revid:hky@sun.com-20081216141229-kf2ex4dnmnquv7r8) (merge vers: 6.0.9-alpha) (pib:6)
[19 Mar 2009 14:42]
Hakan Küçükyılmaz
This bug is fixed and the fix is in main tree already.
[19 Mar 2009 16:44]
Paul DuBois
Noted in 6.0.10 changelog. The mysql-test/include/UnicodeData.txt file, if present, was not included in MySQL distributions.

Description: UnicodeData.txt which is used by falcon_unicode.test is missing in source archive built by make dist How to repeat: BUILD/compile-dist make dist Look in archive for mysql-test/include/UnicodeData.txt Suggested fix: === modified file 'mysql-test/Makefile.am' --- mysql-test/Makefile.am 2008-08-20 18:05:57 +0000 +++ mysql-test/Makefile.am 2008-12-12 13:29:16 +0000 @@ -65,6 +65,7 @@ $(INSTALL_DATA) $(srcdir)/include/*.inc $(distdir)/include $(INSTALL_DATA) $(srcdir)/include/*.sql $(distdir)/include $(INSTALL_DATA) $(srcdir)/include/*.test $(distdir)/include + $(INSTALL_DATA) $(srcdir)/include/*.txt $(distdir)/include $(INSTALL_DATA) $(srcdir)/r/*.result $(srcdir)/r/*.require $(distdir)/r $(INSTALL_DATA) $(srcdir)/std_data/Moscow_leap $(distdir)/std_data $(INSTALL_DATA) $(srcdir)/std_data/Index.xml $(distdir)/std_data