1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fixed type conversion warnings revealed by bug 30639

This commit is contained in:
gkodinov/kgeorge@macbook.local
2007-09-21 10:15:16 +02:00
parent 7dbcdf9a64
commit 4eee02dd3d
10 changed files with 23 additions and 23 deletions

View File

@@ -461,7 +461,7 @@ int mysql_update(THD *thd,
init_read_record_idx(&info, thd, table, 1, used_index);
thd->proc_info="Searching rows for update";
uint tmp_limit= limit;
ha_rows tmp_limit= limit;
while (!(error=info.read_record(&info)) && !thd->killed)
{