mariadb/mysql-test/suite/funcs_1/storedproc
Matthias Leich 766803d517 Fix for Bug#37744 Expected result of "<engine>_storedproc" test
is inconsistent
+ several improvements
Details:
- The subtest with assignment of floating point numbers to
  DECIMAL parameters in functions and procedures checks
  now that the final DECIMAL value is the same as if we assign
  the floating point numbers to columns, user variables etc.
  = The impact of math libs or truncation must be the same.
- Remove storage engine variants of this test because the
  stored procedure properties tested do not depend on
  the storage engine.
  Use the fastest storage engine (MEMORY) for any tables
  needed.
- reset global sort_buffer_size to startup value
- Partially improved formatting.
2008-10-01 19:50:08 +02:00
..
cleanup_sp_tb.inc
load_sp_tb.inc
param_check.inc
storedproc_02.inc
storedproc_03.inc
storedproc_06.inc
storedproc_07.inc
storedproc_08.inc
storedproc_08_show.inc
storedproc_10.inc