mysql: AuthSwitchRequest: &enforce a 0xfe / 254 status

This commit is contained in:
Arne Welzel 2024-07-05 10:25:25 +02:00
parent 48e76f38cb
commit 8a92945b06

View file

@ -524,7 +524,7 @@ type ColumnDefinition41(first_byte: uint8) = record {
};
type AuthSwitchRequest = record {
status: uint8;
status: uint8 &enforce(status==254);
name : NUL_String;
data : bytestring &restofdata;
} &let {