Commit 31b69aff authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

btr0cur.c:

  Fix typo in earlier commit
parent 3652fe78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2624,7 +2624,7 @@ btr_estimate_n_rows_in_range(
				then we estimate all rows are in the range */
			  
			        if (n_rows == 0) {
				        n_rows = index->table->stat_n_rows / 2;
				        n_rows = index->table->stat_n_rows;
			        }
			}