Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/functions/mysqlfunctions

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 452 by niro, Thu Jun 5 18:10:45 2008 UTC revision 453 by niro, Thu Jun 5 18:16:20 2008 UTC
# Line 6  Line 6 
6  #  #
7  # Niels Rogalla <niro@magellan-linux.de>  # Niels Rogalla <niro@magellan-linux.de>
8  #  #
9  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/mysqlfunctions,v 1.5 2008-06-05 18:10:45 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/mysqlfunctions,v 1.6 2008-06-05 18:16:20 niro Exp $
10    
11  mysql_command()  mysql_command()
12  {  {
# Line 150  mysqldo() Line 150  mysqldo()
150  }  }
151    
152  # read tables and evaluate all variables  # read tables and evaluate all variables
153  # cmd:    evaluate_tables cfg_network  # cmd:    evaluate_table cfg_network
154  # result: cfg_network_hostname=DUMMY_HOSTNAME  # result: cfg_network_hostname=DUMMY_HOSTNAME
155  evaluate_tables()  evaluate_table()
156  {  {
157   local all_vars   local all_vars
158   local all_items   local all_items

Legend:
Removed from v.452  
changed lines
  Added in v.453