• unknown's avatar
    This fixed bug 13369. Note, I dislike goto's as well. · 1d5a9276
    unknown authored
    The alias structure now is a bit more simple and just uses a pointer to replace with the currect name. The giant case statement should go away in the next patch.
    
    
    sql/handler.cc:
      Simplified the code, annd fixed build issue with engines not being compiled.
      I disliek the goto but Serg preferred it over the testing of aliases first :)
    sql/handler.h:
      Removed ht from alias structure.
    1d5a9276
handler.cc 70.5 KB