Add an index on {node}.language.

Related topics

File

modules/node/node.install, line 933
Install, update and uninstall functions for the node module.

Code

function node_update_7014() {
  db_add_index('node', 'language', array(
    'language',
  ));
}