Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
M
mysql-database-backup
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Ali GOREN
mysql-database-backup
Commits
c434e6d3
Kaydet (Commit)
c434e6d3
authored
Agu 25, 2016
tarafından
Ali GOREN
Kaydeden (comit)
GitHub
Agu 25, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update run.php
üst
fd830bdc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
run.php
run.php
+0
-4
No files found.
run.php
Dosyayı görüntüle @
c434e6d3
...
@@ -88,19 +88,15 @@ class Backup {
...
@@ -88,19 +88,15 @@ class Backup {
flush
();
flush
();
$ret
[
"msgOk"
]
=
""
;
$ret
[
"msgOk"
]
=
""
;
foreach
(
$tables
as
$c
)
{
foreach
(
$tables
as
$c
)
{
//$ret["msg"] .= 'Initializing <strong>' . $c . '</strong> table fields...' . $ds;
ob_flush
();
ob_flush
();
flush
();
flush
();
$fields
=
$this
->
_getTableFields
(
$c
);
$fields
=
$this
->
_getTableFields
(
$c
);
//$ret["msg"] .= 'Initializing <strong>' . $c . '</strong> table create sql...' . $ds;
ob_flush
();
ob_flush
();
flush
();
flush
();
$createtables
=
$this
->
_getCreateTables
(
$c
);
$createtables
=
$this
->
_getCreateTables
(
$c
);
//$ret["msg"] .= 'Initializing <strong>' . $c . '</strong> table insert sql...' . $ds;
ob_flush
();
ob_flush
();
flush
();
flush
();
$insert
=
$this
->
_createInsertSql
(
$c
,
$fields
);
$insert
=
$this
->
_createInsertSql
(
$c
,
$fields
);
//$ret["msg"] .= 'Merging sqls...' . $ds;
ob_flush
();
ob_flush
();
flush
();
flush
();
$data
.=
$createtables
[
1
]
.
$this
->
ds
.
$this
->
ds
.
$insert
.
$this
->
ds
.
$this
->
ds
;
$data
.=
$createtables
[
1
]
.
$this
->
ds
.
$this
->
ds
.
$insert
.
$this
->
ds
.
$this
->
ds
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment