~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
    != 0        Error
639
639
*/
640
640
 
641
 
bool quick_rm_table(handlerton *base __attribute__((unused)),const char *db,
 
641
bool quick_rm_table(handlerton *,const char *db,
642
642
                    const char *table_name, uint32_t flags)
643
643
{
644
644
  char path[FN_REFLEN];
803
803
int prepare_create_field(Create_field *sql_field,
804
804
                         uint32_t *blob_columns,
805
805
                         int *timestamps, int *timestamps_with_niladic,
806
 
                         int64_t table_flags __attribute__((unused)))
 
806
                         int64_t )
807
807
{
808
808
  unsigned int dup_val_count;
809
809
 
1685
1685
        In this case the error is given
1686
1686
*/
1687
1687
 
1688
 
static bool prepare_blob_field(Session *session __attribute__((unused)),
 
1688
static bool prepare_blob_field(Session *,
1689
1689
                               Create_field *sql_field)
1690
1690
{
1691
1691
 
2867
2867
    0     ok
2868
2868
*/
2869
2869
 
2870
 
int reassign_keycache_tables(Session *session __attribute__((unused)),
 
2870
int reassign_keycache_tables(Session *,
2871
2871
                             KEY_CACHE *src_cache,
2872
2872
                             KEY_CACHE *dst_cache)
2873
2873
{