[MDEV-5499] install_spider.sql tries to create tables with DEFAULT clause for TEXT columns Created: 2014-01-02 Updated: 2014-02-06 Resolved: 2014-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.7 |
| Fix Version/s: | 10.0.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | spider | ||
| Description |
|
When executing install_spider.sql, this error is returned:
Each socket column is a TEXT with DEFAULT clause. Remove default and the code works. |