~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
  return(0);
309
309
}
310
310
 
311
 
bool ha_tina::check_and_repair(THD *thd)
 
311
bool ha_tina::check_and_repair(Session *thd)
312
312
{
313
313
  HA_CHECK_OPT check_opt;
314
314
 
1269
1269
         rows (after the first bad one) as well.
1270
1270
*/
1271
1271
 
1272
 
int ha_tina::repair(THD* thd,
 
1272
int ha_tina::repair(Session* thd,
1273
1273
                    HA_CHECK_OPT* check_opt __attribute__((unused)))
1274
1274
{
1275
1275
  char repaired_fname[FN_REFLEN];
1415
1415
  Called by the database to lock the table. Keep in mind that this
1416
1416
  is an internal lock.
1417
1417
*/
1418
 
THR_LOCK_DATA **ha_tina::store_lock(THD *thd __attribute__((unused)),
 
1418
THR_LOCK_DATA **ha_tina::store_lock(Session *thd __attribute__((unused)),
1419
1419
                                    THR_LOCK_DATA **to,
1420
1420
                                    enum thr_lock_type lock_type)
1421
1421
{
1467
1467
  return(0);
1468
1468
}
1469
1469
 
1470
 
int ha_tina::check(THD* thd,
 
1470
int ha_tina::check(Session* thd,
1471
1471
                   HA_CHECK_OPT* check_opt __attribute__((unused)))
1472
1472
{
1473
1473
  int rc= 0;