Commit Graph

120 Commits

Author SHA1 Message Date
Marc Delisle
5ad736fc10 dead code 2008-03-16 11:28:18 +00:00
Marc Delisle
114fd9df7c Avoid a No tables found when deleting the last table of a db and the table limit offset becomes greater than the number of tables 2007-12-29 20:38:27 +00:00
Marc Delisle
58484ab7c1 parser (analyzer) the section_before_limit should not contain the LIMIT clause itself; and extract the limit_clause 2007-12-16 15:18:23 +00:00
Marc Delisle
9f9e801da5 bug #178988 [display] space before SHOW COLUMNS 2007-11-12 17:55:31 +00:00
Marc Delisle
4f0a4c1c26 bug #1824506 [profiling] Profile command repeated on older MySQL servers 2007-11-02 17:34:58 +00:00
Marc Delisle
903c7e5e66 bug #1798646 [display] Character + in query wrongly interpreted 2007-09-23 16:13:42 +00:00
Marc Delisle
609d38a9cd start QA_11 2007-07-18 15:55:11 +00:00
Marc Delisle
e2599e32c5 start QA_2_11 2007-07-18 15:54:09 +00:00
Marc Delisle
941dee7e41 Profiling (work in progress) 2007-06-27 21:01:13 +00:00
Sebastian Mendel
fa30ac8c33 store browse state in session per query 2007-05-15 11:16:10 +00:00
Marc Delisle
73696f116f bug #1712570 Deleting last record freezes (sorry for the double commit) 2007-05-09 13:10:08 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
c28969acbd no need to globalize $_REQUEST['is_js_confirmed'] 2007-03-27 11:29:18 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Sebastian Mendel
71d4904b71 bug #1627210, #1083301, #1482401 [data] warning on duplicate indexes 2007-03-14 16:16:47 +00:00
Marc Delisle
5dd2f3696d patch #1605032, undefined index 2006-11-29 11:04:16 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Michal Čihař
39ac60384a Rename db_details_db_info.inc.php to db_info.inc.php. 2006-10-19 08:54:19 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Marc Delisle
5e0722a9db bug #1533945, wrong table name in header (SELECT from query window) 2006-08-11 12:36:12 +00:00
Marc Delisle
57eaa756e0 bug #1490422, lost connection to MySQL server 2006-05-30 15:25:29 +00:00
Michal Čihař
942357ec92 Do not compare db if not defined. 2006-05-30 09:19:44 +00:00
Michal Čihař
7ad007ccf8 Show results of REPLACE as affected as it contains both deleted and inserted rows count (bug #1475765). 2006-04-27 08:48:08 +00:00
Sebastian Mendel
f020ab03b0 - fixed bug #1469469 cyclic redirect with sql.php as default table-page
- re-use already existing code
2006-04-13 10:39:58 +00:00
Marc Delisle
ae52834be5 bug #1448890 Column expander doesn't work 2006-03-26 10:52:21 +00:00
Marc Delisle
7f5e34a4d1 bug #1437499, LIMIT clause when query end with semicolon 2006-02-23 17:55:31 +00:00
Michal Čihař
7b96b58417 Better message for query export, move operation above query results into one fieldset (bug #1431420). 2006-02-22 12:42:35 +00:00
Sebastian Mendel
cd340d8496 moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table 2006-02-21 11:07:46 +00:00
Sebastian Mendel
f21826d64c fixed bug #1431422 Safari: Print view prints blank page 2006-02-20 14:19:56 +00:00
Marc Delisle
4532d8d0b0 bug #1434576, undefined variable db 2006-02-19 14:34:25 +00:00
Sebastian Mendel
0ec11cfc97 fixed some 'not refreshing left frame' 2006-02-05 11:02:26 +00:00
Marc Delisle
bacb45368a verification for COUNT clause and VIEWs 2006-01-25 15:29:17 +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
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Marc Delisle
841b3403c7 bug #1394779, SQL executer tries to find keys from current table 2006-01-11 20:16:20 +00:00
Marc Delisle
1a16113609 bug #1395590 Safari Bookmark query fieldset float problem 2006-01-07 12:41:57 +00:00
Marc Delisle
a05f06bc48 revert changes 2005-12-11 23:49:19 +00:00
Marc Delisle
f6d24d59c9 first example for deglobalization: goto 2005-12-11 13:49:00 +00:00
Sebastian Mendel
8344198c10 moved tbl_properties_common.php into libraries 2005-12-08 13:19:25 +00:00
Sebastian Mendel
7a23fe5cb6 hide edit/delete links for information_schema (bug #1373201) 2005-12-05 13:32:50 +00:00
Sebastian Mendel
82572774cd define variables only where needed 2005-11-26 06:59:49 +00:00