Fix typo.

This commit is contained in:
John Ralls 2018-04-10 09:52:02 -07:00
parent b1915a0b89
commit 868489b1c4

View File

@ -3327,7 +3327,7 @@ conn_test_dbi_library( dbi_conn conn )
memset( doublestr, 0, sizeof(doublestr));
result = dbi_conn_query (conn, "DROP TABLE IF EXISTS numtest;");
result = dbi_conn_query (con, "CREATE TEMPORARY TABLE numtest "
result = dbi_conn_query (conn, "CREATE TEMPORARY TABLE numtest "
"( test_int BIGINT, test_unsigned BIGINT,"
" test_double FLOAT8 )");
if ( result == NULL )