Changeset 10271

Show
Ignore:
Timestamp:
10/30/06 21:47:10 (2 years ago)
Author:
piotras
Message:

...config doesn't support dbtype ( fully ) , so hardcode MySQL now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/midgard/src/midgard_connection.c

    r10266 r10271  
    207207                        G_CALLBACK(connect_error_callback), NULL); 
    208208        GdaConnection *connection = gda_client_open_connection_from_string( 
    209                         client, "PostgreSQL", cnc->str, 0); 
     209                        client, "MySQL", cnc->str, 0); 
    210210 
    211211        g_string_free(cnc, TRUE);