1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Reviewed patch of QA results for WL#798.

This commit is contained in:
Horst.Hunger
2009-11-23 17:38:42 +01:00
parent 2315944050
commit 206c636ec8
24 changed files with 5301 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Check if ipv6 is available. If not, server is crashing (see BUG#48915).
--disable_query_log
--disable_abort_on_error
connect (checkcon123456789,::1,root,,test);
if($mysql_errno)
{
skip wrong IP;
}
connection default;
disconnect checkcon123456789;
--enable_abort_on_error
--enable_query_log
# end check