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

Merge of 4.1->5.0. This contained the fixes for GCC 4.0

This commit is contained in:
brian@zim.(none)
2005-06-01 21:56:30 -07:00
47 changed files with 117 additions and 59 deletions

View File

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