1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MWL#90: Post-merge fixes: add mixing typecasts to remove compiler warnings

This commit is contained in:
Sergey Petrunya
2010-12-17 02:35:11 +03:00
parent 6bf60dc388
commit 7b9bcaa5ec
3 changed files with 5 additions and 4 deletions

View File

@@ -243,7 +243,8 @@ typedef struct st_join_table {
E(#records) is in found_records.
*/
double read_time;
/* psergey-todo: make the below have type double, like POSITION::records_read? */
ha_rows records_read;
/* Startup cost for execution */