mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
0.1: SQL-level System Versioning
This commit is contained in:
committed by
Aleksey Midenkov
parent
14bdfa8541
commit
be6f2d302c
@ -2010,7 +2010,7 @@ bool check_key_in_view(THD *thd, TABLE_LIST *view)
|
||||
|
||||
RETURN
|
||||
FALSE OK
|
||||
TRUE error (is not sent to cliet)
|
||||
TRUE error (is not sent to client)
|
||||
*/
|
||||
|
||||
bool insert_view_fields(THD *thd, List<Item> *list, TABLE_LIST *view)
|
||||
@ -2038,7 +2038,7 @@ bool insert_view_fields(THD *thd, List<Item> *list, TABLE_LIST *view)
|
||||
}
|
||||
|
||||
/*
|
||||
checking view md5 check suum
|
||||
checking view md5 check sum
|
||||
|
||||
SINOPSYS
|
||||
view_checksum()
|
||||
|
Reference in New Issue
Block a user