MDL-40103 stats: Move db temp templates to inline xmldb tables
commit283e448ab3b035243ba2a9e648b09c3246520a89
authorRussell Smith <russell.smith@latrobe.edu.au>
Tue, 11 Jun 2013 09:06:15 +0000 (11 19:06 +1000)
committerRussell Smith <russell.smith@latrobe.edu.au>
Sat, 15 Jun 2013 05:03:02 +0000 (15 15:03 +1000)
treed6bbc8df5396264d181e130908befae6aaadc162
parentf19288330522e5e9b32ce62e2a5405af3b51340a
MDL-40103 stats: Move db temp templates to inline xmldb tables

Move all statistics temporary tables into the code.  We are not
going to continue to use database templates.  They were a mix
of reading the install.xml and tables in the database.  It is
much clearer to have them created inline at the point they are
used in the code.
lib/db/install.xml
lib/db/upgrade.php
lib/statslib.php