44 calls to db_merge()

actions_save in drupal-7.x/includes/actions.inc
Saves an action and its user-supplied parameter values to the database.
aggregator_refresh in drupal-7.x/modules/aggregator/aggregator.module
Checks a news feed for new items.
aggregator_save_category in drupal-7.x/modules/aggregator/aggregator.module
Adds/edits/deletes aggregator categories.
aggregator_save_item in drupal-7.x/modules/aggregator/aggregator.processor.inc
Adds/edits/deletes an aggregator item.
BlockInvalidRegionTestCase::testBlockInInvalidRegion in drupal-7.x/modules/block/block.test
Tests that blocks assigned to invalid regions work correctly.
block_add_block_form_submit in drupal-7.x/modules/block/block.admin.inc
Form submission handler for block_add_block_form().
block_admin_configure_submit in drupal-7.x/modules/block/block.admin.inc
Form submission handler for block_admin_configure().
contact_update_7002 in drupal-7.x/modules/contact/contact.install
Enable the 'access user contact forms' for registered users by default.
dashboard_update in drupal-7.x/modules/dashboard/dashboard.module
Sets the new weight of each region according to the drag-and-drop order.
DatabaseMergeTestCase::testInvalidMerge in drupal-7.x/modules/simpletest/tests/database_test.test
Test that an invalid merge query throws an exception like it is supposed to.
DatabaseMergeTestCase::testMergeInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeInsertWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can merge-insert without any update fields.
DatabaseMergeTestCase::testMergeUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully.
DatabaseMergeTestCase::testMergeUpdateExcept in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with different insert and update.
DatabaseMergeTestCase::testMergeUpdateExplicit in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with alternate replacement.
DatabaseMergeTestCase::testMergeUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update a record successfully, with expressions.
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can merge-update without any update fields.
DrupalDatabaseCache::set in drupal-7.x/includes/cache.inc
Implements DrupalCacheInterface::set().
file_usage_add in drupal-7.x/includes/file.inc
Records that a module is using a file.
filter_format_save in drupal-7.x/modules/filter/filter.module
Saves a text format object to the database.
hook_user_role_update in drupal-7.x/modules/user/user.api.php
Inform other modules that a user role has been updated.
locale in drupal-7.x/modules/locale/locale.module
Provides interface translation services.
menu_save in drupal-7.x/modules/menu/menu.module
Save a custom menu.
node_tag_new in drupal-7.x/modules/node/node.module
Updates the 'last viewed' timestamp of the specified node for current user.
poll_update in drupal-7.x/modules/poll/poll.module
Implements hook_update().
profile_save_profile in drupal-7.x/modules/profile/profile.module
rdf_mapping_save in drupal-7.x/modules/rdf/rdf.module
Saves an RDF mapping to the database.
search_index in drupal-7.x/modules/search/search.module
Update the full-text search index for a particular item.
search_update_totals in drupal-7.x/modules/search/search.module
Updates the {search_total} database table.
shortcut_set_assign_user in drupal-7.x/modules/shortcut/shortcut.module
Assigns a user to a particular shortcut set.
statistics.php in drupal-7.x/modules/statistics/statistics.php
Handles counts of node views via Ajax with minimal bootstrap.
statistics_exit in drupal-7.x/modules/statistics/statistics.module
Implements hook_exit().
system_update_7061 in drupal-7.x/modules/system/system.install
Migrate upload.module data to the newly created file field.
taxonomy_test_taxonomy_term_update in drupal-7.x/modules/simpletest/tests/taxonomy_test.module
Implements hook_taxonomy_term_update().
user_role_grant_permissions in drupal-7.x/modules/user/user.module
Grant permissions to a user role.
user_set_authmaps in drupal-7.x/modules/user/user.module
Save mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table.
variable_set in drupal-7.x/includes/bootstrap.inc
Sets a persistent variable.
_drupal_session_write in drupal-7.x/includes/session.inc
Writes an entire session to the database (internal use only).
_node_access_test_node_write in drupal-7.x/modules/node/tests/node_access_test.module
Helper for node insert/update.
_registry_parse_file in drupal-7.x/includes/registry.inc
Parse a file and save its function and class listings.
_registry_parse_files in drupal-7.x/includes/registry.inc
Parse all files that have changed since the registry was last built, and save their function and class listings.
_tracker_add in drupal-7.x/modules/tracker/tracker.module
Updates indexing tables when a node is added, updated, or commented on.
_update_7000_user_role_grant_permissions in drupal-7.x/modules/user/user.install
Utility function: grant a set of permissions to a role during update.
_update_cache_set in drupal-7.x/modules/update/update.module
Stores data in the private update status cache table.