mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with 5.1-release.
- Fixed problem with oqgraph and 'make dist' Note that after this merge we have a problem show in join_outer where we examine too many rows in one specific case (related to BUG#57024). This will be fixed when mwl#128 is merged into 5.3.
This commit is contained in:
@@ -535,6 +535,10 @@ struct mysql_row_templ_struct {
|
||||
Innobase record in the current index;
|
||||
not defined if template_type is
|
||||
ROW_MYSQL_WHOLE_ROW */
|
||||
ulint clust_rec_field_no; /*!< field number of the column in an
|
||||
Innobase record in the clustered index;
|
||||
not defined if template_type is
|
||||
ROW_MYSQL_WHOLE_ROW */
|
||||
ulint mysql_col_offset; /*!< offset of the column in the MySQL
|
||||
row format */
|
||||
ulint mysql_col_len; /*!< length of the column in the MySQL
|
||||
|
||||
Reference in New Issue
Block a user