Commit Graph

7500 Commits

Author SHA1 Message Date
Marc Delisle
bacb45368a verification for COUNT clause and VIEWs 2006-01-25 15:29:17 +00:00
Marc Delisle
f74efc4361 affected rows are returned in case of DELETE with no WHERE clause, at least since MySQL 4.0.x 2006-01-25 14:57:44 +00:00
Marc Delisle
c7d4963897 affected rows are returned in case of DELETE with no WHERE clause, at least since MySQL 4.0.x 2006-01-25 14:49:40 +00:00
Marc Delisle
ee90fc123c use PMA_countRecordsi where possible 2006-01-25 14:23:26 +00:00
Marc Delisle
ccec5e82bf use PMA_countRecords 2006-01-25 13:49:50 +00:00
Marc Delisle
613c0a93ca doc improvement 2006-01-25 12:17:18 +00:00
Sebastian Mendel
72135cc6a1 update 2006-01-25 09:56:13 +00:00
Sebastian Mendel
15b490cfc4 fixed bug: high ascii char in preg_match 2006-01-25 08:16:40 +00:00
Marc Delisle
fcbfad8708 update 2006-01-24 18:11:56 +00:00
Marc Delisle
4c7f1a0c04 new message for VIEW row count detection 2006-01-24 17:46:40 +00:00
Marc Delisle
9cda494c16 new message for VIEW row count detection feature 2006-01-24 17:43:10 +00:00
Michal Čihař
6be4febecd update translation 2006-01-23 15:44:48 +00:00
Marc Delisle
ef599aebce typo and syntax improvement 2006-01-22 19:41:54 +00:00
Marc Delisle
2edb509535 bug #1410787, incorrect merging of parameters contained in an array 2006-01-22 19:22:17 +00:00
Sebastian Mendel
412680d078 typo 2006-01-21 10:53:22 +00:00
Marc Delisle
35e110f7f9 bug #1410078, error exporting query ending with semicolon 2006-01-20 12:24:47 +00:00
Marc Delisle
3368571ee8 bug #1410078, error exporting query ending with semicolon 2006-01-20 12:24:16 +00:00
Marc Delisle
c7b5fd2e3f bug #1376314, detection of privilege to create a table 2006-01-19 17:13:20 +00:00
Marc Delisle
c3a65a7792 constant already defined 2006-01-19 16:51:51 +00:00
Sebastian Mendel
c51a55ec79 fixed bug: undefined index server ($GLOBALS['server']) 2006-01-19 15:47:22 +00:00
Sebastian Mendel
6b4f751e41 fixed bug #1409972 PHP 5.1.2 compatibility 2006-01-19 15:39:29 +00:00
Sebastian Mendel
bcfcf84c8b do not reformat external libraries 2006-01-19 14:50:03 +00:00
Michal Čihař
cced06410d Add info about Apache CGI and http auth (patch #1375495). 2006-01-18 10:15:28 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
9518c45bdf fixed bug: Undefined variable: num_tables 2006-01-17 13:00:23 +00:00
Sebastian Mendel
eac9724926 - fixed bug: display issues with Opera (and Safari?)
- added source documentation
- PEAR coding standard
- clarified some variable names
2006-01-17 11:25:10 +00:00
Sebastian Mendel
5ee43f75f7 fixed bug: display issues with Opera (and Safari?) 2006-01-17 11:23:06 +00:00
Sebastian Mendel
60b69f7159 fixed bug: undefined index with empty database in db structure view 2006-01-17 09:31:17 +00:00
Marc Delisle
cde2c659b7 bug #1405956, unitialized variable (link) 2006-01-16 17:49:50 +00:00
Marc Delisle
b0a89a0806 bug #1405956, unitialized variable (link) 2006-01-16 17:45:30 +00:00
Marc Delisle
424bb0a12f bug #1406499, A username containing an hyphen cannot create a db 2006-01-16 17:30:27 +00:00
Marc Delisle
258d8bf84c typo 2006-01-16 17:22:14 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Sebastian Mendel
f298dca837 small fix to "PMA_DBI_get_tables_full() first parameter now also accepts an array of database names not only a single name" 2006-01-14 20:55:13 +00:00
Sebastian Mendel
e7fc64d285 'fixed' layout of export screen for buggy safari and opera 2006-01-14 20:20:13 +00:00
Sebastian Mendel
d1301521b4 bug #1392924 undefined index: tab_count 2006-01-14 19:19:41 +00:00
Sebastian Mendel
974bfdc4b6 removed aditional check for table row count for left frame tree
(bug #1397061 Left frame not loaded correct on MySQL error)
2006-01-14 19:01:04 +00:00
Sebastian Mendel
747846fa2b make use of new functionality in PMA_getTableList() and PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0) 2006-01-14 18:19:39 +00:00
Sebastian Mendel
062b408d0e PMA_getTableList(): added second parameter to pass tables (if already fetched from db) 2006-01-14 18:00:59 +00:00
Sebastian Mendel
e62ce1a6e2 PMA_DBI_get_tables_full() first parameter now also accepts an array of database names not only a single name 2006-01-14 17:56:18 +00:00
Sebastian Mendel
c7b1a57c25 undefined js variable 2006-01-14 11:50:24 +00:00
Marc Delisle
734a5ca6fc an assignment syntax does not work on PHP 5.1.2 2006-01-12 21:03:34 +00:00
Marc Delisle
7ceba19cb8 remove high-ascii characters, and an assignment syntax that does not work on PHP 5.1.2 2006-01-12 20:55:46 +00:00
Marc Delisle
723ae0364a typo 2006-01-12 17:52:10 +00:00
Marc Delisle
841b3403c7 bug #1394779, SQL executer tries to find keys from current table 2006-01-11 20:16:20 +00:00
Michal Čihař
fb7ba99648 Fix hang on unclosed quoted string (bug #1402270). 2006-01-11 10:52:45 +00:00
Michal Čihař
eecff606d7 Show server selection if no server set and we have one server configuration (bug #1399880). 2006-01-11 10:12:06 +00:00
Michal Čihař
b9a53f9c0e Do not fail if no server is defined. 2006-01-11 09:54:45 +00:00
Marc Delisle
32a946d084 bug #1394479, problem detecting ending semi-colon, generates a SHOW KEYS FROM nothing 2006-01-10 18:19:04 +00:00
Michal Čihař
3bac98ef23 Work on 10MB chunks if no memory limit is set (bug #1399477). 2006-01-09 10:24:20 +00:00