Opened 18 years ago
Closed 18 years ago
#127 closed Defect (wontfix)
python warning from make_project script
Reported by: | Christian Beer | Owned by: | davea |
---|---|---|---|
Priority: | Trivial | Milestone: | |
Component: | Server - Setup | Version: | |
Keywords: | Cc: |
Description
I get this warning while running: make_project --test_app test
Setting up database/home/boincadm/boinc_trunk/py/Boinc/database.py:255: Warning: 'TYPE=storage_engine' is deprecated; use 'ENGINE=storage_engine' instead
cursor.execute(query)
Note: See
TracTickets for help on using
tickets.
I think this is something embedded in python's MySQLdb module. Not worth trying to fix.