BEGIN;
--disable_query_log
--let $rows= 100
WHILE($rows)
{
  --eval INSERT INTO t1 (a) VALUES ( $rows )
  --dec $rows
}
--enable_query_log
--error ER_RUN_HOOK_ERROR
COMMIT;

  

相关文章:

  • 2021-09-27
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2021-06-30
  • 2021-08-04
  • 2021-08-31
  • 2021-11-27
  • 2021-07-27
  • 2022-12-23
  • 2021-05-26
相关资源
相似解决方案