Commit Graph

54 Commits

Author SHA1 Message Date
Michal Čihař
42f04d4a7e Avoid precalculating counts.
The count() on array is cheap in PHP and having hardcoded numbers only
tends to break.
2010-08-30 14:50:28 +02:00
Michal Čihař
aa45363719 Correct count of words. 2010-08-30 14:47:14 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
535cd23d4b Add PAGE_CHECKSUM keyword and adjust keywords count. 2010-04-07 10:11:14 +02:00
Marc Delisle
e6e69889c1 bug #2961198 Querying a table named "data" 2010-03-05 18:06:36 +00:00
Marc Delisle
eb8da39c48 undefined variable 2009-10-24 12:25:48 +00:00
Herman van Rink
3deeac9f08 Typo fix in comment 2009-05-17 22:20:16 +00:00
Marc Delisle
99035b8da4 bug #2784400 [parser] INVOKER not understood by parser 2009-05-06 16:54:30 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
46fc8af013 bug #1992628 [parser] SQL parser removes essential space 2008-06-24 17:51:49 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
32bb3ab273 support ROW_FORMAT and PAGE_CHECKSUM table option; verify warnings coming from ALTER TABLE 2008-03-21 13:38:23 +00:00
Marc Delisle
e8248f8772 MARIA: TRANSACTIONAL create option (in Operations) 2008-03-17 17:17:59 +00:00
Marc Delisle
03e49d15eb MARIA: FULLTEXT, reserved word 2008-03-17 16:38:18 +00:00
Marc Delisle
ece4453a04 bug #1793948 [parser] ROW_FORMAT incorrectly parsed 2007-11-23 18:24:19 +00:00
Marc Delisle
c04fe749b6 support MySQL 5.1 PARTITION in CREATE TABLE dialog 2007-10-06 12:30:29 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
460a3c9f2f bug #1671403 [parser] using "client" as table name 2007-03-04 14:02:52 +00:00
Sebastian Mendel
b201038ac6 MySQL column names, reserved and forbidden words updated, bug #1657037 Missing column type "geometry" 2007-02-13 08:18:13 +00:00
Sebastian Mendel
8d11216638 function names updated, bug #1657045 Spatial functions not supported 2007-02-12 16:28:17 +00:00
Sebastian Mendel
a8073cedfd function names updated, bug #1657045 Spatial functions not supported 2007-02-12 16:26:22 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
27696bd1e0 Add support for ON DUPLICATE KEY (bug #1576226). 2006-10-17 09:46:07 +00:00
Marc Delisle
8a443a9dc2 bug 1492772, SQL parsing EXTRACT YEAR_MONTH 2006-08-12 19:11:02 +00:00
Marc Delisle
0218c6790d bug #1455373, CONVERT not in reserved words 2006-03-26 11:59:12 +00:00
Marc Delisle
f5bbe5f24d DROP VIEW choice also for a db copy operation 2006-03-25 11:45:23 +00:00
Marc Delisle
20c9f89683 support MAX_USER_CONNECTIONS 2005-10-08 19:42:39 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
36fa47f89c bug #1238222, parsing of ISNULL() 2005-07-16 12:26:25 +00:00
Marc Delisle
06dc6dd51d bug 1185173, query returns empty result (with Storage as table name) 2005-04-25 19:36:23 +00:00
Alexander M. Turek
093f6f97a8 ROUTINE 2005-04-09 22:12:18 +00:00
Alexander M. Turek
5ea861ad51 date / time functions 2005-03-03 21:07:34 +00:00
Alexander M. Turek
2ed722c272 bug #1152310 2005-02-27 11:00:58 +00:00
Alexander M. Turek
f696e57cba keywords 2005-01-23 20:57:36 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Alexander M. Turek
63e434288b OLD_PASSWORD() 2004-10-27 13:40:24 +00:00
Alexander M. Turek
851d5ca325 Added Offset 2004-10-26 14:03:36 +00:00
Alexander M. Turek
62db20f47e Added keyword SESSION 2004-09-07 04:09:26 +00:00
Alexander M. Turek
dbcfed48a6 SHOW TABLE TYPES is a deprecated alias for SHOW STORAGE ENGINES. 2004-09-05 15:33:08 +00:00
Alexander M. Turek
1277067ec5 Parser support for SHOW STORAGE ENGINES 2004-09-05 13:04:56 +00:00
Marc Delisle
c5b3b01641 support of BINARY and VARBINARY field types 2004-08-28 14:14:14 +00:00
Marc Delisle
189dd358d2 bug 965026 GROUP_CONCAT, previous commit was wrong 2004-07-29 16:48:08 +00:00
Marc Delisle
6f2bd8c543 bug 981343 CURRENT_TIMESTAMP 2004-07-27 11:39:40 +00:00
Michal Čihař
6f3480d4ca Add ENGINE to reserved words (used instead of TYPE in MySQL 4.1.1). 2004-05-04 12:11:01 +00:00
Marc Delisle
26060a0ae9 bug 873236 2004-01-09 14:17:35 +00:00
Alexander M. Turek
2f1812f256 Added 'COLLATE' and 'RETURN' 2003-12-29 17:20:12 +00:00