[MDEV-7519] debian / ubuntu packaging creation of plugin table (if not exists) Created: 2015-01-28 Updated: 2015-02-08 Resolved: 2015-02-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.0.16, 5.5 |
| Fix Version/s: | 5.5.42, 10.0.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | verified | ||
| Description |
|
Debian has CREATE TABLE IF NOT EXISTS plugin and Ubuntu only has CREATE TABLE plugin. Thinking Ubuntu should have IF NOT EXISTS too. It might fail otherwise.
|
| Comments |
| Comment by Elena Stepanova [ 2015-01-29 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
'IF NOT EXISTS' was added by Monty in this patch:
Apparently, it should be applied to Ubuntu also.
| |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2015-02-08 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Pushed into 5.5 tree: http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/4423 |