summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e13cc7f)
raw | patch | inline | side by side (parent: e13cc7f)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 12 Jan 2014 21:32:37 +0000 (22:32 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 12 Jan 2014 21:32:37 +0000 (22:32 +0100) |
This bug caused a LIST command to be executed after each QUERY.
D'oh!
D'oh!
src/frontend/connection.c | patch | blob | history |
index 5ed49ddebfeb0584a69b55ac06fb06c7a1d5801e..f780979cac6ed333104d26f15bf2c8829184fb24 100644 (file)
status = sdb_fe_exec(conn, node);
sdb_llist_destroy(parsetree);
+ break;
}
case CONNECTION_LIST: