summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-10-25 16:21:52 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-10-25 16:21:52 +0300
commitfc7b9af2675d086a9c0d9f1d8c11ebc6e7cd82cf (patch)
tree5ffdf0017da56bfcad88e716bab52715d5cc03a5
parent44ed24352212ed23bbc13ef0badedf41e87c3aad (diff)
downloadmariadb-git-fc7b9af2675d086a9c0d9f1d8c11ebc6e7cd82cf.tar.gz
Remove comments to removed parameters
MariaDB did not import the Oracle Bug #23481444 (commit 6ca4f693c1ce472e2b1bf7392607c2d1124b4293) from MySQL. Initially, the code changes were disabled, and later removed. Let us remove the last remaining references.
-rw-r--r--storage/innobase/row/row0sel.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/storage/innobase/row/row0sel.cc b/storage/innobase/row/row0sel.cc
index a47594e3977..f14424dd252 100644
--- a/storage/innobase/row/row0sel.cc
+++ b/storage/innobase/row/row0sel.cc
@@ -2,6 +2,7 @@
Copyright (c) 1997, 2017, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2008, Google Inc.
+Copyright (c) 2015, 2017, MariaDB Corporation.
Portions of this file contain modifications contributed and copyrighted by
Google, Inc. Those modifications are gratefully acknowledged and are described
@@ -2757,8 +2758,6 @@ row_sel_field_store_in_mysql_format_func(
@param[in] field_no templ->rec_field_no or
templ->clust_rec_field_no
or templ->icp_rec_field_no
- or sec field no if clust_templ_for_sec
- is TRUE
@param[in] templ row template
*/
static MY_ATTRIBUTE((warn_unused_result))
@@ -2911,10 +2910,6 @@ be needed in the query.
@param[in] rec_clust TRUE if the rec in the clustered index
@param[in] index index of rec
@param[in] offsets array returned by rec_get_offsets(rec)
-@param[in] clust_templ_for_sec TRUE if rec belongs to secondary index
- but the prebuilt->template is in
- clustered index format and it is
- used only for end range comparison
@return TRUE on success, FALSE if not all columns could be retrieved */
static MY_ATTRIBUTE((warn_unused_result))
ibool