mariadb/mysql-test/suite/funcs_1/storedproc
Matthias Leich 369206342c 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 Fix for 2008-03-31 19:48:02 +02:00
load_sp_tb.inc Fix for 2008-03-31 19:48:02 +02:00
param_check.inc Fix for Bug#37744 Expected result of "<engine>_storedproc" test 2008-10-01 19:50:08 +02:00
storedproc_02.inc Bug#36721 - Test funcs1.<engine>_func_view failing for multiple engines 2008-05-27 19:30:07 -04:00
storedproc_03.inc Fix for 2008-03-31 19:48:02 +02:00
storedproc_06.inc 1. Upmerge of fix for the bugs 2008-06-18 19:23:55 +02:00
storedproc_07.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
storedproc_08.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
storedproc_08_show.inc WL#4203 Reorganize and fix the data dictionary tests of 2008-03-07 17:33:07 +01:00
storedproc_10.inc Fix for 2008-06-16 20:39:58 +02:00