~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to dbug/dbug.c

Merged changes from codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2380
2380
}
2381
2381
 
2382
2382
#endif  /* NO_VARARGS */
2383
 
 
2384
 
#else
2385
 
 
2386
 
/*
2387
 
 * Dummy function, workaround for MySQL bug#14420 related
2388
 
 * build failure on a platform where linking with an empty
2389
 
 * archive fails.
2390
 
 *
2391
 
 * This block can be removed as soon as a fix for bug#14420
2392
 
 * is implemented.
2393
 
 */
2394
 
int i_am_a_dummy_function() {
2395
 
       return 0;
2396
 
}
2397
 
 
2398
2383
#endif