diff --git a/js/db_operations.js b/js/db_operations.js new file mode 100644 index 000000000..c6967fa41 --- /dev/null +++ b/js/db_operations.js @@ -0,0 +1,15 @@ +/* vim: set expandtab sw=4 ts=4 sts=4: */ +/** + * function used in server privilege pages + * + * @version $Id$ + */ + +/** + * Add Ajax event handlers here for db_operations.php + * + * Create table (will this also be necessary on tbl_operations.php? + * Rename Database + * Copy Database + * Change Collation + */ \ No newline at end of file diff --git a/js/tbl_operations.js b/js/tbl_operations.js new file mode 100644 index 000000000..e8331e679 --- /dev/null +++ b/js/tbl_operations.js @@ -0,0 +1,21 @@ +/* vim: set expandtab sw=4 ts=4 sts=4: */ +/** + * function used in server privilege pages + * + * @version $Id$ + */ + +/** + * Add all AJAX scripts for tbl_operations.php page here. + * + * Alter table order + * Move Table + * Table Options + * Copy Table + * Table Maintenance + * Check + * Repair + * Analyze + * Flush + * Optimize + */ \ No newline at end of file