[MDEV-4142] Galera: build fails with undefined reference to `wsrep_row_upd_check_foreign_constraints' Created: 2013-02-06 Updated: 2013-02-07 Resolved: 2013-02-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28a-galera |
| Fix Version/s: | 5.5.29-galera |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Elena Stepanova | Assignee: | Seppo Jaakola |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Issue Links: |
|
||||
| Description |
|
Built as
According to buildbot, same happens with
|
| Comments |
| Comment by Seppo Jaakola [ 2013-02-07 ] |
|
fixed by merging revision 3846 from lp:~codership/codership-mysql/5.5-23 |
| Comment by Seppo Jaakola [ 2013-02-07 ] |
|
Note that the build command builds native mysql server without wsrep provider |
| Comment by Seppo Jaakola [ 2013-02-07 ] |
|
Fix pushed in: http://bazaar.launchpad.net/~maria-captains/maria/maria-5.5-galera/revision/3377 |
| Comment by Elena Stepanova [ 2013-02-07 ] |
|
Hi Seppo, >> Note that the build command builds native mysql server without wsrep provider It used to build WITH wsrep, but in a recent revision you removed cmake/wsrep.cmake and re-created it, so previous changes were lost. Was it necessary and what other regressions to the old behavior should we expect to have? |
| Comment by Elena Stepanova [ 2013-02-07 ] |
|
Serg reapplied lost changes to wsrep.cmake and confirmed that nothing else was missing. |