• Olivier Bertrand's avatar
    - Allowing views and queries as parameters for PROXY base tables · c035bde3
    Olivier Bertrand authored
      NOTE: Checking for looping references cannot be done when using views
      as parameters. This should not be allowed on production servers and
      should be dependant on a system variable and/or on speciel grant.
    
    modified:
      storage/connect/CMakeLists.txt
      storage/connect/connect.cc
      storage/connect/ha_connect.cc
      storage/connect/myconn.cpp
      storage/connect/myconn.h
      storage/connect/mysql-test/connect/r/fmt.result
      storage/connect/mysql-test/connect/r/pivot.result
      storage/connect/mysql-test/connect/t/fmt.test
      storage/connect/mysql-test/connect/t/pivot.test
      storage/connect/plgdbsem.h
      storage/connect/plugutil.c
      storage/connect/tabcol.cpp
      storage/connect/tabcol.h
      storage/connect/tabfmt.cpp
      storage/connect/tabmysql.cpp
      storage/connect/tabmysql.h
      storage/connect/taboccur.cpp
      storage/connect/taboccur.h
      storage/connect/tabpivot.cpp
      storage/connect/tabpivot.h
      storage/connect/tabtbl.cpp
      storage/connect/tabutil.cpp
      storage/connect/tabutil.h
      storage/connect/xtable.h
    c035bde3
connect.cc 25.2 KB