Commit a58e4e8a authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix (temporarily) bug on odbc_postgresql.test

modified:
  storage/connect/mysql-test/connect/t/odbc_postgresql.test
  storage/connect/user_connect.cc
parent 7e8504b5
--source have_odbc_postgresql.inc
--source include/not_embedded.inc
#--source include/not_embedded.inc
#
# To configure your system to be able to run this test,
......
......@@ -95,7 +95,8 @@ bool user_connect::user_init()
PDBUSER dup= NULL;
// Areasize= 64M because of VEC tables. Should be parameterisable
g= PlugInit(NULL, 67108864);
//g= PlugInit(NULL, 67108864);
g= PlugInit(NULL, 134217728); // 128M because of embedded tests (???)
// Check whether the initialization is complete
if (!g || !g->Sarea || PlugSubSet(g, g->Sarea, g->Sarea_Size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment