4
The DATA_DICTIONARY is a Drizzle extension that provides information on the
5
state of the database, and on the definitions of tables and other objects.
6
If you wish to write portable tools you should make use of the
11
The table contains the name and value of the user defined variables that the user has created during the current session.
4
The DATA_DICTIONARY is a Drizzle extension that provides information
5
on the state of the database, and on the definitions of tables and
6
other objects. In other contexts this is what might be referred to as
9
Plugins may add extra DATA_DICTIONARY tables with information specific to them.
11
If you wish to write portable tools you should make use of the INFORMATION_SCHEMA.
13
That table contains the name and value of the :doc:`/variables` that
14
the user has created during the current session.
18
the above is specific to the VARIABLES table.