drop procedure if exists `p179891`; delimiter $ create procedure `p179891`() begin declare done int default 0; declare varb int default 0; declare vara int default 0; repeat select now(); until done end repeat; while varb do select now(); begin select now(); repeat select now(); until done end repeat; if vara then select now(); repeat select now(); loop select now(); end loop; repeat select now(); label1: while varb do select now(); end while label1; if vara then select now(); repeat select now(); until done end repeat; begin select now(); while varb do select now(); label1: while varb do select now(); end while label1; if vara then select now(); while varb do select now(); loop select now(); end loop; repeat select now(); loop select now(); while varb do select now(); end while; repeat select now(); label1: loop select now(); if vara then select now(); end if; end loop label1; until done end repeat; end loop; until done end repeat; end while; end if; end while; end end if; until done end repeat; until done end repeat; end if; end end while; end $ delimiter ;