mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/dbdata/psergey/mysql-5.0-bug5401-2 sql/opt_range.cc: Auto merged sql/ha_innodb.cc: Auto merged
This commit is contained in:
@@ -2302,13 +2302,7 @@ build_template(
|
||||
ulint n_fields;
|
||||
ulint n_requested_fields = 0;
|
||||
ibool fetch_all_in_key = FALSE;
|
||||
ibool fetch_primary_key_cols = TRUE; /* The ROR code in
|
||||
opt_range.cc assumes that the
|
||||
primary key cols are always
|
||||
retrieved. Starting from
|
||||
MySQL-5.0.2, let us always
|
||||
fetch them, even though it
|
||||
wastes some CPU. */
|
||||
ibool fetch_primary_key_cols = FALSE;
|
||||
ulint i;
|
||||
|
||||
if (prebuilt->select_lock_type == LOCK_X) {
|
||||
|
Reference in New Issue
Block a user