Mailing List
Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
ODBC - ODBC with the MySQL Connector/ODBC driver
Perl - Perl support for MySQL with DBI and DBD::mysql
MySQL++ - Programming with the C++ API to MySQL
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
interesting....BUG?

interesting....BUG?

2004-03-22       - By Victoria Reznichenko

 Back
Reply:     1     2  

"Nestor Florez " <Nflorez@(protected) > wrote:
>
> I have a php web application that has an admin page for inserting course =
> records and one for selecting course records=20
> and a client page for selecting course record. =20
> In the admin side I insert records with an "insert into Course_Eng " and I =
> select records witha "select * from Course_Eng "
> In the client side I get records witha "select * from course_eng "
>
> The kicker is that my client webbased select will only return 40 records =
> (no limits are being use) but my admin
> webbased select returns 200 records. I SSH into the server and when I =
> check the table "desc course_eng "
> look good.
> After scraching my head several times I found out that if manually typed =
> on the server
> my select statement as "select * from Course_Eng " I would get 200 records =
> back, but if I
> typed "select * from course_eng " I would get 40 records.
>
> Is this a bug? or a feature?
>
> Whe I did a "show tables; ", the table name is "course_eng " ther was no =
> table "Course_Eng "
>
> If I remember correct in the SQL syntax the case should not matter?
>
> I change all my inserts and selects to "Course_Eng " that seem to work and =
> returned me the most records
> My server is a Mac OS 10.2 and the Mysql version is "server version: =
> 4.0.16 "
>

"SELECT * FROM course_eng " is the exact query that you use?
Check with SELECT @@(protected) that it 's not SQL_SELECT_LIMIT issue.


--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ Victoria.Reznichenko@(protected)
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=mysql @(protected)