~kentokushiba/spiderformysql/spider-2.0-src

« back to all changes in this revision

Viewing changes to spd_include.h

  • Committer: Kentoku SHIBA
  • Date: 2011-05-12 15:25:47 UTC
  • Revision ID: kentokushiba@gmail.com-20110512152547-6hb2cvwnbg7v6ax3
2.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
#define SPIDER_LINK_MON_DRAW_FEW_MON         1
77
77
#define SPIDER_LINK_MON_DRAW                 2
78
78
 
 
79
#define SPIDER_TMP_SHARE_CHAR_PTR_COUNT     17
 
80
#define SPIDER_TMP_SHARE_UINT_COUNT         17
 
81
#define SPIDER_TMP_SHARE_LONG_COUNT         10
 
82
#define SPIDER_TMP_SHARE_LONGLONG_COUNT      3
 
83
 
79
84
/* alter table */
80
85
typedef struct st_spider_alter_table
81
86
{
345
350
  ulonglong          trx_hs_w_conn_adjustment;
346
351
#endif
347
352
  uint               locked_connections;
 
353
 
 
354
  ulonglong          direct_update_count;
 
355
  ulonglong          direct_delete_count;
 
356
  ulonglong          direct_order_limit_count;
 
357
 
348
358
  pthread_mutex_t    *udf_table_mutexes;
349
359
  CHARSET_INFO       *udf_access_charset;
350
360
  String             *udf_set_names;
496
506
  int                auto_increment_mode;
497
507
  int                use_table_charset;
498
508
  int                use_pushdown_udf;
 
509
  int                skip_default_condition;
499
510
  int                direct_dup_insert;
 
511
  longlong           direct_order_limit;
500
512
 
501
513
  int                bka_mode;
502
514
  char               *bka_engine;
748
760
 
749
761
  uint                       use_count;
750
762
  uint                       mutex_hash;
 
763
  ulonglong                  mon_table_cache_version;
751
764
 
752
765
  char                       *table_name;
753
766
  int                        link_id;
816
829
  int                        database_length;
817
830
} SPIDER_COPY_TABLES;
818
831
 
 
832
class SPIDER_SORT
 
833
{
 
834
public:
 
835
  ulong sort;
 
836
};
 
837
 
819
838
char *spider_create_string(
820
839
  const char *str,
821
840
  uint length