Bug #52754 Build break in mysql-trunk, performance schema unit test
Submitted: 12 Apr 2010 7:26 Modified: 12 Apr 2010 14:09
Reporter: Marc ALFF Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S1 (Critical)
Version:mysql-trunk (5.5.3), mysql-next-mr OS:Any
Assigned to: Marc ALFF CPU Architecture:Any

[12 Apr 2010 7:26] Marc ALFF
Description:
pfs_timer-t.cc:16:24: error: mysql_priv.h: No such file or directory

How to repeat:
./BUILD/compile-pentium64-debug-max
[12 Apr 2010 7:32] Valeriy Kravchuk
Verified on both Mac OS X and Ubuntu.
[12 Apr 2010 9:21] 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/105394

3006 Marc Alff	2010-04-12
      Bug#52754 Build break in mysql-trunk, performance schema unit test
      
      Tree cleaup after the last major merges in mysql-trunk:
      
      The files sql/lex_hash.h and sql/sql_yacc.h are automatically
      generated, and should not be checked in the configuration management system.
      These files are now removed.
      
      The file storage/perfschema/unittest/pfs_timer-t.cc did not build
      after the header files refactoring affecting mysql_priv.h
      The file now builds properly using sql_priv.h
[12 Apr 2010 9:32] 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/105395

3006 Marc Alff	2010-04-12
      Bug#52754 Build break in mysql-trunk, performance schema unit test
      
      Tree cleaup after the last major merges in mysql-trunk:
      
      The files sql/lex_hash.h and sql/sql_yacc.h are automatically
      generated, and should not be checked in the configuration management system.
      These files are now removed.
      No changes are required for .bzrignore, which already listed these files
      (and similar files in libmysqld/).
      
      The file storage/perfschema/unittest/pfs_timer-t.cc did not build
      after the header files refactoring affecting mysql_priv.h
      The file now builds properly using sql_priv.h
[12 Apr 2010 9:33] Marc ALFF
Patch approved on IRC by Dmitry
Fixed CSET comments to mention .bzrignore, per comments.
[12 Apr 2010 11:32] Valeriy Kravchuk
mysql-next-mr tree is also affected.
[12 Apr 2010 12:55] Marc ALFF
Pushed into mysql-trunk directly to repair the tree.
[12 Apr 2010 14:09] Paul DuBois
Not in any released version. No changelog entry needed.