~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
769
769
int prepare_create_field(Create_field *sql_field, 
770
770
                         uint *blob_columns,
771
771
                         int *timestamps, int *timestamps_with_niladic,
772
 
                         int64_t table_flags __attribute__((__unused__)))
 
772
                         int64_t table_flags __attribute__((unused)))
773
773
{
774
774
  unsigned int dup_val_count;
775
775
 
1688
1688
        In this case the error is given
1689
1689
*/
1690
1690
 
1691
 
static bool prepare_blob_field(THD *thd __attribute__((__unused__)),
 
1691
static bool prepare_blob_field(THD *thd __attribute__((unused)),
1692
1692
                               Create_field *sql_field)
1693
1693
{
1694
1694
 
2924
2924
    0     ok
2925
2925
*/
2926
2926
 
2927
 
int reassign_keycache_tables(THD *thd __attribute__((__unused__)),
 
2927
int reassign_keycache_tables(THD *thd __attribute__((unused)),
2928
2928
                             KEY_CACHE *src_cache,
2929
2929
                             KEY_CACHE *dst_cache)
2930
2930
{