1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

lot's of fixes with test cases

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-11-18 18:28:51 +02:00
parent ae8eb2d932
commit b9a671f267
6 changed files with 13 additions and 7 deletions

View File

@ -86,7 +86,6 @@ bool select_union::send_data(List<Item> &values)
}
else
return 1;
thd->net.report_error=0; // donno why does it work, but it does ...
}
return 0;
}