|
|
| version 1.54, 2001/11/11 10:53:48 | version 1.55, 2001/11/12 10:00:32 |
|---|---|
| Line 320 static void add_connections_to_status_ca | Line 320 static void add_connections_to_status_ca |
| for(int countdown=stack.top_index(); countdown-->=0; ) | for(int countdown=stack.top_index(); countdown-->=0; ) |
| add_connection_to_status_cache_table(iter.next(), info); | add_connection_to_status_cache_table(iter.next(), info); |
| } | } |
| Value& SQL_Driver_manager::get_status(Pool& pool, const String *source) { | Value& SQL_Driver_manager::get_status(Pool& pool, const String *source) { |
| VHash& result=*new(pool) VHash(pool); | VHash& result=*new(pool) VHash(pool); |