a.binder 11 лет назад
Родитель
Сommit
f1c8257c2a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      SE/se-lib/Core/Database/Mysql.php
  2. 1 1
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 1 - 1
SE/se-lib/Core/Database/Mysql.php

@@ -211,7 +211,7 @@ class Core_Database_Mysql extends Core_Database {
 		       				
 		       				
 		       						$sql="show full tables like   '".$TABLE."' ;" ;
-			   						$result=$this->query($sql) or die1('\nProblem z '.$sql);     
+			   						$result=$this->query($sql) or die1('\n214:Problem z '.$sql);     
 			   						while($h=mysql_fetch_object($result)) {		       				
 				   						$TABLES_IMPORT[$TABLE]['Table_type']=$h->{'Table_type'};
 				       					DEBUG_S(-3,'//! Reading to conf if table is WIEV or not :sql/result',array($sql,$h->{'Table_type'}),__FILE__,__FUNCTION__,__LINE__);

+ 1 - 1
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -1894,7 +1894,7 @@ function INSTALL_SES_PROCESY_A() {
 
 	 	exec($exec,$out,$exit);	 	DEBUG_S(-3,$command_id.':out of3/4/2 SYNC_ZASOBY_STRUCTURES_FROM_CONFIG',array($exec,$out,$exit),__FILE__,__FUNCTION__,__LINE__);flush();$out="";$exit="";
 
-	 	$exec="/opt/local/bin/mysqldump5 -utest test >{$OPTIONS->SE_config}/config/.config_base_structure_dump.sql"; //TODO piotr - moze jakies lepsze miejsce na tego dumpa
+	 	$exec="/opt/local/bin/mysqldump -utest test >{$OPTIONS->SE_config}/config/.config_base_structure_dump.sql"; //TODO piotr - moze jakies lepsze miejsce na tego dumpa
 	 	exec($exec,$out,$exit);	 	DEBUG_S(-3,$command_id.':out of4/4 mysqldump',array($exec,$out,$exit),__FILE__,__FUNCTION__,__LINE__);$out="";$exit="";