[MDEV-4273] MYSQL_VERSION_MAJOR.MYSQL_VERSION_MINOR not replaced Created: 2013-03-14 Updated: 2013-04-04 Resolved: 2013-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.2 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | sbester1 | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
winX64, Linux x64 |
||
| Description |
|
The REFMAN macro is not working correctly, see the error message contains invalid URL to the documentation:
|
| Comments |
| Comment by Elena Stepanova [ 2013-03-14 ] |
|
I guess it wouldn't do us much good even if it worked, as it would be pointing at refman/10.0/ – we need to think of something else instead. --source include/have_innodb.inc set global innodb_file_per_table=1, innodb_file_format=Barracuda; create table t1 (i int) engine=InnoDB; |