Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
I've had the need for this few times already (e.g. Aria engine does that with the page checksum).
It's a table attribute where the default value is not fixed, but set via a server variable. Like in
SET SESSION opt_val=17;
|
CREATE TABLE t1 ( .... ) opt_val=DEFAULT;
|
CREATE TABLE t2 ( .... );
|
CREATE TABLE t3 ( .... ) opt_val=10;
|
for tables t1 and t2 the value of opt_val will be 17.
Note that the value of opt_val is remembered when a table is created, later changes of the session variable don't affect the table.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue blocks TODO-311 [ TODO-311 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 25798 ] | MariaDB v2 [ 46531 ] |
Workflow | MariaDB v2 [ 46531 ] | MariaDB v3 [ 67237 ] |
Workflow | MariaDB v3 [ 67237 ] | MariaDB v4 [ 132053 ] |
pushed in 10.0-base