1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Moved rpl_api test to manual tests, since there is an endless loop

for now without timeout.
This commit is contained in:
Georg Richter
2019-06-14 13:48:31 +02:00
parent b4a95c3df1
commit c098613d28
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ static int test_rpl_01(MYSQL *mysql)
while((event= mariadb_rpl_fetch(rpl, event)))
{
printf("event: %d\n", event->event_type);
diag("event: %d\n", event->event_type);
}
mariadb_free_rpl_event(event);
mariadb_rpl_close(rpl);