999.test死锁.mql 447 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. select * into /a1 from /hxyy/building limit 10
  2. /**
  3. fork(a)
  4. **/
  5. ;
  6. select * into /a1 from /hxyy/building_partition limit 10
  7. /**
  8. fork(a)
  9. **/
  10. ;
  11. select * into /a1 from /hxyy/floor limit 10
  12. /**
  13. fork(a)
  14. **/
  15. ;
  16. select * into /a1 from /hxyy/floor_partition limit 10
  17. /**
  18. fork(a)
  19. **/
  20. ;
  21. select * into /a1 from /hxyy/function_partition limit 10
  22. /**
  23. fork(a)
  24. **/
  25. ;
  26. /**
  27. wait(a)
  28. **/
  29. ;
  30. select class,count(*) from /a1 group by class
  31. /**
  32. output()
  33. **/
  34. ;