forked from MariaDB/server
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IB: update foreign constraints of timestamp-based versioned tables #415
Comments
midenok
modified the milestones:
1.1: First priority tasks after merge,
1.0: Review fixes and merge into 10.3
Dec 27, 2017
Row is converted to innobase by row_mysql_store_col_in_innobase_format(
dfield,
prebuilt->ins_upd_rec_buff + templ->mysql_col_offset,
TRUE, /* MySQL row format data */
mysql_rec + templ->mysql_col_offset,
templ->mysql_col_len,
dict_table_is_comp(prebuilt->table)); |
TODO:
|
It would be good to have |
midenok
added a commit
that referenced
this issue
Jan 12, 2018
midenok
pushed a commit
to midenok/mariadb
that referenced
this issue
Jun 12, 2019
…loses tempesta-tech#415] originally by: Aleksey Midenkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #209. See this in
row0mysql.cc
:The text was updated successfully, but these errors were encountered: