[MDEV-5550] Invalid cmake variable in mysql-test/CMakeLists.txt Created: 2014-01-22 Updated: 2014-01-29 Resolved: 2014-01-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.34 |
| Fix Version/s: | 5.5.35 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Nobuaki Sukegawa | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There's a typo (invalid cmake variable syntax) inside mysql-test/CMakeLists.txt: < --skip-rpl --skip-ndbcluster $(EXP)) It's line 97 in 5.5.34 tarball and line 77 of current 5.5 HEAD (I just checked http://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/mysql-test/CMakeLists.txt). It causes ninja build to fail if test and EMBEDED_SERVER is enabled. |
| Comments |
| Comment by Sergei Golubchik [ 2014-01-22 ] |
|
fixed, thanks |
| Comment by Daniel Bartholomew [ 2014-01-29 ] |
|
http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/4023 |