1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Mainly cleanups for gcc 4.0. Some small pieces from looking at -Wall. Removed a number of dumb things in ha_tina.

This commit is contained in:
brian@zim.(none)
2005-06-01 17:34:10 -07:00
parent e94f4fa8e0
commit ba9b9f8993
15 changed files with 29 additions and 58 deletions

View File

@@ -1431,7 +1431,7 @@ bool delayed_insert::handle_inserts(void)
if (thd.killed || table->version != refresh_version)
{
thd.killed=1;
max_rows= ~0; // Do as much as possible
max_rows= ~(uint)0; // Do as much as possible
}
/*