debian man page for wiki::toolkit::store::mysql

Query: wiki::toolkit::store::mysql

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Wiki::Toolkit::Store::MySQL(3pm)			User Contributed Perl Documentation			  Wiki::Toolkit::Store::MySQL(3pm)

NAME
Wiki::Toolkit::Store::MySQL - MySQL storage backend for Wiki::Toolkit
REQUIRES
Subclasses Wiki::Toolkit::Store::Database.
SYNOPSIS
See Wiki::Toolkit::Store::Database
METHODS
check_and_write_node $store->check_and_write_node( node => $node, checksum => $checksum, %other_args ); Locks the node, verifies the checksum, calls "write_node_post_locking" with all supplied arguments, unlocks the node. Returns the version of the updated node on successful writing, 0 if checksum doesn't match, -1 if the change was not applied, croaks on error. Note: Uses MySQL's user level locking, so any locks are released when the database handle disconnects. Doing it like this because I can't seem to get it to work properly with transactions. perl v5.14.2 2011-09-25 Wiki::Toolkit::Store::MySQL(3pm)
Related Man Pages
wiki::toolkit::extending(3pm) - debian
wiki::toolkit::formatter::default(3pm) - debian
wiki::toolkit::formatter::wikilinkformatterparent(3pm) - debian
wiki::toolkit::plugin::ping(3pm) - debian
wiki::toolkit::setup::mysql(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?