|
| static int | tpcc::rand_integer (int lo, int hi) |
| |
| static int | tpcc::create_random_a_string (char *out_buffer, int length_lo, int length_hi) |
| |
| static int | tpcc::create_random_n_string (char *out_buffer, int length_lo, int length_hi) |
| |
| int | tpcc::NUrand_val (int A, int x, int y, int C) |
| |
| int | tpcc::create_a_string_with_original (char *out_buffer, int length_lo, int length_hi, int percent_to_set) |
| |
| int | tpcc::create_random_last_name (char *out_buffer, int cust_num) |
| |
| void | tpcc::test_serialization (table_row_t *prol) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, new_order) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, payment) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, order_status) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, delivery) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, stock_level) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, mbench_wh) |
| |
| | tpcc::DEFINE_TRX (ShoreTPCCEnv, mbench_cust) |
| |
: Implementation of the Baseline Shore TPC-C transactions
- Author
- : Ippokratis Pandis (ipandis)