[MDEV-7371] DEFAULT values for CONNECT tables Created: 2014-12-25 Updated: 2014-12-26 Due: 2015-01-25 Resolved: 2014-12-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0.15 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
From the error I get in this test case, I suppose that CONNECT doesn't support default values (the error is a bit obscure). However, supporting default values would be useful at least for PROXY tables built on non-CONNECT tables.
If I retry the test case without specifying the columns definitions for conn table, I get the following error: ERROR 1364 (HY000): Field 'c' doesn't have a default value |
| Comments |
| Comment by Elena Stepanova [ 2014-12-25 ] | |||||||||||||||||||||||||||||
|
Works okay for me:
What am I missing? | |||||||||||||||||||||||||||||
| Comment by Federico Razzoli [ 2014-12-26 ] | |||||||||||||||||||||||||||||
|
I don't know. In case it matters, I used the tarball on Debian | |||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-12-26 ] | |||||||||||||||||||||||||||||
|
Which Debian? Also, please attach your SHOW VARIABLES from the session where the failure happens. Thanks. | |||||||||||||||||||||||||||||
| Comment by Federico Razzoli [ 2014-12-26 ] | |||||||||||||||||||||||||||||
|
Debian 7, but I cannot repeat the bug anymore. Sorry. (If it happens again, I'll immediately do a SHOW VARIABLES) | |||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-12-26 ] | |||||||||||||||||||||||||||||
|
Okay, I'm closing it for now, we'll re-open it if you have the problem again. |