We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30c11b commit 0191ac0Copy full SHA for 0191ac0
test/unit/classes/resultsetmetadata.cpp
@@ -174,6 +174,7 @@ void resultsetmetadata::doGetColumnCount(bool is_ps)
174
void resultsetmetadata::getColumnDisplaySize()
175
{
176
logMsg("resultsetmetadata::getColumnDisplaySize() - MySQL_ResultSetMetaData::getColumnDisplaySize()");
177
+ SKIP("Untill Bug #33357146 is fixed");
178
try
179
180
/* This is a dull test, its about code coverage not achieved with the JDBC tests */
0 commit comments