Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
28636a92
Commit
28636a92
authored
Apr 03, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.1 into 10.2
parents
cad56fba
1f3bcff1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
storage/federated/ha_federated.h
storage/federated/ha_federated.h
+0
-1
storage/federatedx/ha_federatedx.h
storage/federatedx/ha_federatedx.h
+0
-1
storage/innobase/trx/trx0rec.cc
storage/innobase/trx/trx0rec.cc
+0
-1
storage/xtradb/trx/trx0rec.cc
storage/xtradb/trx/trx0rec.cc
+0
-1
No files found.
storage/federated/ha_federated.h
View file @
28636a92
...
...
@@ -89,7 +89,6 @@ class ha_federated: public handler
*/
DYNAMIC_ARRAY
results
;
bool
position_called
,
table_will_be_deleted
;
uint
fetch_num
;
// stores the fetch num
MYSQL_ROW_OFFSET
current_position
;
// Current position used by ::position()
int
remote_error_number
;
char
remote_error_buf
[
FEDERATED_QUERY_BUFFER_SIZE
];
...
...
storage/federatedx/ha_federatedx.h
View file @
28636a92
...
...
@@ -270,7 +270,6 @@ class ha_federatedx: public handler
*/
DYNAMIC_ARRAY
results
;
bool
position_called
;
uint
fetch_num
;
// stores the fetch num
int
remote_error_number
;
char
remote_error_buf
[
FEDERATEDX_QUERY_BUFFER_SIZE
];
bool
ignore_duplicates
,
replace_duplicates
;
...
...
storage/innobase/trx/trx0rec.cc
View file @
28636a92
...
...
@@ -1681,7 +1681,6 @@ trx_undo_rec_get_partial_row(
bool
first_v_col
=
true
;
bool
is_undo_log
=
true
;
ut_ad
(
ptr
);
ut_ad
(
dict_index_is_clust
(
index
));
*
row
=
dtuple_create_with_vcol
(
...
...
storage/xtradb/trx/trx0rec.cc
View file @
28636a92
...
...
@@ -1087,7 +1087,6 @@ trx_undo_rec_get_partial_row(
const
byte
*
end_ptr
;
ulint
row_len
;
ut_ad
(
ptr
);
ut_ad
(
dict_index_is_clust
(
index
));
row_len
=
dict_table_get_n_cols
(
index
->
table
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment