[MDEV-5422] binary protocol: default values not supported in prepared statements Created: 2013-12-09 Updated: 2018-02-14 Resolved: 2018-02-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Fix Version/s: | 10.2.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Oleksandr Byelkin |
| Resolution: | Duplicate | Votes: | 2 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Default values are not supported by prepared statements. This slows down batch operations since you need to retrieve the default value for a column from information_schema:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2018-02-14 ] |
|
Implemented as bulk parameter of 1 row. |