~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to innobase/odbc/odbc0dummy.c

  • Committer: monty at mysql
  • Date: 2001-02-17 12:19:19 UTC
  • mto: (554.1.1)
  • mto: This revision was merged to the branch mainline in revision 556.
  • Revision ID: sp1r-monty@donna.mysql.com-20010217121919-07904
Added Innobase to source distribution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Used to screen off linker 'undefined symbol' errors
 
2
when making an ODBC client library */
 
3
 
 
4
 
 
5
unsigned long srv_test_cache_evict;
 
6
 
 
7
void buf_frame_alloc(void)
 
8
{}
 
9
 
 
10
void buf_frame_free(void)
 
11
{}
 
12
 
 
13
void trx_create(void)
 
14
{}              
 
15
 
 
16
void* kernel_mutex_temp;
 
17
 
 
18
void trx_sig_send(void)
 
19
{}
 
20
 
 
21
void rec_sprintf(void)
 
22
{}
 
23
 
 
24
void dtuple_sprintf(void)
 
25
{}
 
26
 
 
27
void pars_write_query_param_info (void)
 
28
{}
 
29
 
 
30
void que_graph_try_free (void)
 
31
{}
 
32
 
 
33
void pars_sql (void)
 
34
{}
 
35
 
 
36
void que_run_threads (void)
 
37
{}
 
38
 
 
39
void que_fork_start_command(void)
 
40
{}
 
41
 
 
42
void dict_procedure_add_to_cache(void)
 
43
{}
 
44
 
 
45
void dict_mem_procedure_create(void)
 
46
{}
 
47
 
 
48
void pars_proc_read_input_params_from_buf(void)
 
49
{}
 
50
 
 
51
void dict_procedure_reserve_parsed_copy(void)
 
52
{}
 
53
 
 
54
void* srv_sys;
 
55
 
 
56
void* srv_print_latch_waits;
 
57
 
 
58
void* srv_spin_wait_delay;
 
59
 
 
60
void* srv_n_spin_wait_rounds;
 
61
 
 
62
void* buf_debug_prints;