| | 1 | rcDestination gives the name of the data store product and various other data. A destination may provide a data store product to which it posts data when a particular fileset has been downloaded. It was envisioned that the ipp would then be free to clean the data on the data store. This feature is currently not being used. |
| | 2 | |
| | 3 | {{{ |
| | 4 | mysql> select * from rcDestination where name = 'ps1-200910'; |
| | 5 | +---------+------------+------------+---------+--------------+------------------+--------+---------+ |
| | 6 | | dest_id | name | status_uri | comment | last_fileset | dbname | dbhost | state | |
| | 7 | +---------+------------+------------+---------+--------------+------------------+--------+---------+ |
| | 8 | | 17 | ps1-200910 | NULL | NULL | NULL | ippRequestServer | ipp049 | enabled | |
| | 9 | +---------+------------+------------+---------+--------------+------------------+--------+---------+ |
| | 10 | }}} |