~kay-roepke/mysql-proxy/fix-bug-35669

« back to all changes in this revision

Viewing changes to src/network-conn-pool.c

  • Committer: jan at mysql
  • Date: 2009-02-25 15:59:12 UTC
  • Revision ID: jan@mysql.com-20090225155912-z4854zmifwqmzfyc
added the missing deprecated fallback function

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        g_queue_free(queue);
86
86
}
87
87
 
 
88
network_connection_pool *network_connection_pool_init(void) {
 
89
        return network_connection_pool_new();
 
90
}
88
91
/**
89
92
 * init a connection pool
90
93
 */