Extend the dataset with the MySQL stored procedure methods.
# File lib/sequel/adapters/utils/mysql_mysql2.rb, line 77 def prepare_extend_sproc(ds) ds.with_extend(StoredProcedureMethods) end